disable test_cc on Windows

This commit is contained in:
Roland C. Dowdeswell
2019-11-19 16:27:54 +00:00
committed by Viktor Dukhovni
parent 8b20d436d9
commit b5449e6c97

View File

@@ -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