CPLUSPLUS mode build fix. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4705 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2014-10-29 17:07:35 +00:00
parent 0dcca1f305
commit 9c1a32c790

View file

@ -584,7 +584,7 @@ static inline uint16_t system_15bit_rand(void) { return ((uint16_t)rand())&0x7ff
# define Bcalloc calloc
# define Brealloc realloc
# define Bfree free
#ifdef __cplusplus
#if defined(__cplusplus) && defined(_MSC_VER)
# define Bstrdup _strdup
# define Bchdir _chdir
# define Bgetcwd _getcwd