[7813] Fixed build x64 debug on win.

This commit is contained in:
AlexDereka 2009-05-12 13:49:13 +04:00
parent 8b9b480c05
commit cf0e3c7a4b
2 changed files with 4 additions and 4 deletions

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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7812"
#define REVISION_NR "7813"
#endif // __REVISION_NR_H__