Changeset 2908 for code/branches/questsystem5/src/OrxonoxConfig.h.in
- Timestamp:
- Apr 8, 2009, 12:58:47 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/OrxonoxConfig.h.in
r2907 r2908 85 85 /* See if we can use __forceinline or if we need to use __inline instead */ 86 86 #cmakedefine HAVE_FORCEINLINE 87 #ifndef FORCEINLINE 88 # ifdef HAVE_FORCEINLINE 89 # define FORCEINLINE __forceinline 90 # else 91 # define FORCEINLINE __inline 92 # endif 87 #ifdef HAVE_FORCEINLINE 88 # define FORCEINLINE __forceinline 89 #else 90 # define FORCEINLINE __inline 93 91 #endif 94 92
Note: See TracChangeset
for help on using the changeset viewer.