mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-02 11:51:25 +00:00
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:
parent
0dcca1f305
commit
9c1a32c790
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue