woops, fix forceinline define
This commit is contained in:
parent
d0b9f45f02
commit
d3ef9e7f81
|
@ -50,8 +50,9 @@ extern "C"
|
||||||
#ifdef __unix__
|
#ifdef __unix__
|
||||||
#define stricmp strcasecmp
|
#define stricmp strcasecmp
|
||||||
#define strnicmp strncasecmp
|
#define strnicmp strncasecmp
|
||||||
#endif
|
|
||||||
#define __forceinline __attribute__ ((always_inline))
|
#define __forceinline __attribute__ ((always_inline))
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
extern void AddRecentLuaFile(const char *filename);
|
extern void AddRecentLuaFile(const char *filename);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue