Merged r3075:3076 from branches/SDL-1.2: Careful with __inline__ #define.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402355
This commit is contained in:
parent
d8e14b0c13
commit
dd54d0a607
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue