diff options
Diffstat (limited to 'dlfcn.c')
-rw-r--r-- | dlfcn.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ | |||
19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #ifndef _WIN32_WINNT | ||
23 | #define _WIN32_WINNT 0x0501 | ||
24 | #endif | ||
22 | #ifdef _DEBUG | 25 | #ifdef _DEBUG |
23 | #define _CRTDBG_MAP_ALLOC | 26 | #define _CRTDBG_MAP_ALLOC |
24 | #include <stdlib.h> | 27 | #include <stdlib.h> |