_WIN32_WINNT

This commit is contained in:
Glenn Maynard
2004-11-08 05:54:39 +00:00
parent 1cd2532f9e
commit 2fc38be71c
@@ -17,6 +17,10 @@
#define WIN32_LEAN_AND_MEAN
#define VC_EXTRALEAN
/* Pull in NT-only definitions. Note that we support Win98 and WinME; you can make
* NT calls, but be sure to fall back on 9x if they're not supported. */
#define _WIN32_WINNT 0x0400
/* If this isn't defined to 0, VC fails to define things like stat and alloca. */
#define __STDC__ 0