author | Ryan C. Gordon <icculus@icculus.org> |
Fri, 15 Jun 2007 07:19:05 +0000 | |
branch | SDL-1.2 |
changeset 3965 | 19d708301fab |
parent 3964 | 3dc92ff218dd |
child 3966 | c0de2aac0a8c |
--- a/include/begin_code.h Fri Jun 15 06:57:31 2007 +0000 +++ b/include/begin_code.h Fri Jun 15 07:19:05 2007 +0000 @@ -123,7 +123,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++ */