Changeset 7512 for code/branches/ois_update/src/libraries/core
- Timestamp:
- Oct 8, 2010, 9:23:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ois_update/src/libraries/core/DynLib.h
r7401 r7512 60 60 #elif defined(ORXONOX_PLATFORM_APPLE) 61 61 # 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 ) 65 65 #endif 66 66
Note: See TracChangeset
for help on using the changeset viewer.