- add error when you try to compile this for nonwindows platform

This commit is contained in:
Bryce Denney 2002-10-16 02:21:38 +00:00
parent 8fcfa44ea0
commit 21df25a043

View File

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