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