- add error when you try to compile this for nonwindows platform
This commit is contained in:
parent
8fcfa44ea0
commit
21df25a043
@ -1,3 +1,7 @@
|
||||
#ifndef WIN32
|
||||
# error This test is specific to Windows/cygwin/mingw. Turn back now!
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#define MAIN_DLL_EXPORT
|
||||
|
Loading…
x
Reference in New Issue
Block a user