fixed mingw compile errors

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3975 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-04-19 19:58:50 +00:00
parent fdca7f375d
commit 5d67abb539

View file

@ -1,5 +1,4 @@
#include <windows.h>
#include <crtdbg.h>
#include "MyMath.h"
#include "Math.h"
@ -9,6 +8,8 @@ char *g_variables;
#ifdef _DEBUG_LEAKS
#include <crtdbg.h>
int blocksnum = 0;
HGLOBAL blocks[100000];