[7813] Fixed build x64 debug on win. Author: AlexDereka

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-13 18:26:11 -05:00
parent 1d6d0f59b5
commit cd2857fc3f

View File

@@ -31,9 +31,9 @@
//# include <stdlib.h>
//# include <crtdbg.h>
#else
# define _CRTDBG_MAP_ALLOC
# include <stdlib.h>
# include <crtdbg.h>
//# define _CRTDBG_MAP_ALLOC
//# include <stdlib.h>
//# include <crtdbg.h>
#endif
#endif