Skip to content
Snippets Groups Projects
Commit 266fdfad authored by Eidolon's avatar Eidolon
Browse files

Don't preproc. define `inline` in C++

parent 118625c9
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,9 @@ typedef long ssize_t; ...@@ -92,7 +92,9 @@ typedef long ssize_t;
#endif #endif
#define strncasecmp strnicmp #define strncasecmp strnicmp
#define strcasecmp stricmp #define strcasecmp stricmp
#ifndef __cplusplus
#define inline __inline #define inline __inline
#endif
#elif defined (__WATCOMC__) #elif defined (__WATCOMC__)
#include <dos.h> #include <dos.h>
#include <sys\types.h> #include <sys\types.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment