mirror of
https://github.com/yawut/SDL.git
synced 2026-07-26 13:11:22 -05:00
Merged r3075:3076 from branches/SDL-1.2: Careful with __inline__ #define.
This commit is contained in:
parent
f7f5234589
commit
43feb9f42f
|
|
@ -120,7 +120,9 @@
|
|||
#define SDL_INLINE_OKAY
|
||||
#else
|
||||
#if !defined(__MRC__) && !defined(_SGI_SOURCE)
|
||||
#ifndef __inline__
|
||||
#define __inline__ inline
|
||||
#endif
|
||||
#define SDL_INLINE_OKAY
|
||||
#endif /* Not a funky compiler */
|
||||
#endif /* Visual C++ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user