mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[7813] Fixed build x64 debug on win.
This commit is contained in:
parent
8b9b480c05
commit
cf0e3c7a4b
2 changed files with 4 additions and 4 deletions
|
|
@ -31,9 +31,9 @@
|
||||||
//# include <stdlib.h>
|
//# include <stdlib.h>
|
||||||
//# include <crtdbg.h>
|
//# include <crtdbg.h>
|
||||||
#else
|
#else
|
||||||
# define _CRTDBG_MAP_ALLOC
|
//# define _CRTDBG_MAP_ALLOC
|
||||||
# include <stdlib.h>
|
//# include <stdlib.h>
|
||||||
# include <crtdbg.h>
|
//# include <crtdbg.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7812"
|
#define REVISION_NR "7813"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue