Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7512


Ignore:
Timestamp:
Oct 8, 2010, 9:23:29 AM (13 years ago)
Author:
rgrieder
Message:

That should fix DynLib compiling on Mac.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ois_update/src/libraries/core/DynLib.h

    r7401 r7512  
    6060#elif defined(ORXONOX_PLATFORM_APPLE)
    6161#    define DYNLIB_HANDLE CFBundleRef
    62 #    define DYNLIB_LOAD( a ) mac_loadExeBundle( a )
    63 #    define DYNLIB_GETSYM( a, b ) mac_getBundleSym( a, b )
    64 #    define DYNLIB_UNLOAD( a ) mac_unloadExeBundle( a )
     62#    define DYNLIB_LOAD( a ) Ogre::mac_loadExeBundle( a )
     63#    define DYNLIB_GETSYM( a, b ) Ogre::mac_getBundleSym( a, b )
     64#    define DYNLIB_UNLOAD( a ) Ogre::mac_unloadExeBundle( a )
    6565#endif
    6666
Note: See TracChangeset for help on using the changeset viewer.