libspf2  1.2.11
win32_config.h
Go to the documentation of this file.
1 #ifdef _WIN32
2 
3 #ifndef WIN32_CONFIG
4 #define WIN32_CONFIG
5 
6 
7 #define STDC_HEADERS
8 
9 #define snprintf _snprintf
10 #define vsnprintf _vsnprintf
11 
12 
13 #endif
14 
15 #endif