disable test_cc on Windows
This commit is contained in:
		
				
					committed by
					
						
						Viktor Dukhovni
					
				
			
			
				
	
			
			
			
						parent
						
							8b20d436d9
						
					
				
				
					commit
					b5449e6c97
				
			@@ -40,6 +40,8 @@
 | 
			
		||||
 *      $ keyctl new_session
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifndef WIN32
 | 
			
		||||
 | 
			
		||||
#include "krb5_locl.h"
 | 
			
		||||
#include <getarg.h>
 | 
			
		||||
#include <err.h>
 | 
			
		||||
@@ -866,3 +868,12 @@ main(int argc, char **argv)
 | 
			
		||||
 | 
			
		||||
    return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#else
 | 
			
		||||
int
 | 
			
		||||
main(int argc, char **argv)
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
    return 0;
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user