Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 6, 2010, 3:05:53 PM (14 years ago)
Author:
rgrieder
Message:

Renamed FORCEINLINE macro to ORX_FORCEINLINE because of conflicts (resulting in a load of warnings with Ogre v1.7 and gcc) with OgrePlatform.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ois_update/src/OrxonoxConfig.h.in

    r7525 r7621  
    8888// See if we can use __forceinline or if we need to use __inline instead
    8989#cmakedefine HAVE_FORCEINLINE
    90 #ifndef FORCEINLINE
     90#ifndef ORX_FORCEINLINE
    9191#  ifdef HAVE_FORCEINLINE
    92 #    define FORCEINLINE __forceinline
     92#    define ORX_FORCEINLINE __forceinline
    9393#  else
    94 #    define FORCEINLINE __inline
     94#    define ORX_FORCEINLINE __inline
    9595#  endif
    9696#endif
Note: See TracChangeset for help on using the changeset viewer.