aboutsummaryrefslogtreecommitdiff
path: root/dlfcn.c
diff options
context:
space:
mode:
Diffstat (limited to 'dlfcn.c')
-rw-r--r--dlfcn.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dlfcn.c b/dlfcn.c
index a45a619..6f5da80 100644
--- a/dlfcn.c
+++ b/dlfcn.c
@@ -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>