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:
parent
fdca7f375d
commit
5d67abb539
1 changed files with 2 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue