Merge commit 'origin/master' into 310

This commit is contained in:
tomrus88 2009-05-13 12:37:28 +04:00
commit fdba3188d1
17 changed files with 115 additions and 10 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 "7814"
#endif // __REVISION_NR_H__