[Orxonox-commit 2809] r7512 - code/branches/ois_update/src/libraries/core
rgrieder at orxonox.net
rgrieder at orxonox.net
Fri Oct 8 09:23:29 CEST 2010
Author: rgrieder
Date: 2010-10-08 09:23:29 +0200 (Fri, 08 Oct 2010)
New Revision: 7512
Modified:
code/branches/ois_update/src/libraries/core/DynLib.h
Log:
That should fix DynLib compiling on Mac.
Modified: code/branches/ois_update/src/libraries/core/DynLib.h
===================================================================
--- code/branches/ois_update/src/libraries/core/DynLib.h 2010-10-07 21:17:58 UTC (rev 7511)
+++ code/branches/ois_update/src/libraries/core/DynLib.h 2010-10-08 07:23:29 UTC (rev 7512)
@@ -59,9 +59,9 @@
#elif defined(ORXONOX_PLATFORM_APPLE)
# define DYNLIB_HANDLE CFBundleRef
-# define DYNLIB_LOAD( a ) mac_loadExeBundle( a )
-# define DYNLIB_GETSYM( a, b ) mac_getBundleSym( a, b )
-# define DYNLIB_UNLOAD( a ) mac_unloadExeBundle( a )
+# define DYNLIB_LOAD( a ) Ogre::mac_loadExeBundle( a )
+# define DYNLIB_GETSYM( a, b ) Ogre::mac_getBundleSym( a, b )
+# define DYNLIB_UNLOAD( a ) Ogre::mac_unloadExeBundle( a )
#endif
namespace orxonox
More information about the Orxonox-commit
mailing list