win32_config.h
Go to the documentation of this file.00001 #ifdef _WIN32
00002
00003 #ifndef WIN32_CONFIG
00004 #define WIN32_CONFIG
00005
00006
00007 #define STDC_HEADERS
00008
00009 #define snprintf _snprintf
00010 #define vsnprintf _vsnprintf
00011
00012
00013 #endif
00014
00015 #endif