mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-31 10:46:40 +00:00
Don't preproc. define inline in C++
This commit is contained in:
parent
7423b05f46
commit
dceeadd3aa
1 changed files with 2 additions and 0 deletions
|
|
@ -92,7 +92,9 @@ typedef long ssize_t;
|
|||
#endif
|
||||
#define strncasecmp strnicmp
|
||||
#define strcasecmp stricmp
|
||||
#ifndef __cplusplus
|
||||
#define inline __inline
|
||||
#endif
|
||||
#elif defined (__WATCOMC__)
|
||||
#include <dos.h>
|
||||
#include <sys\types.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue