[Orxonox-commit 2873] r7576 - code/branches/ois_update/src/libraries/core

rgrieder at orxonox.net rgrieder at orxonox.net
Thu Oct 21 23:26:17 CEST 2010


Author: rgrieder
Date: 2010-10-21 23:26:17 +0200 (Thu, 21 Oct 2010)
New Revision: 7576

Modified:
   code/branches/ois_update/src/libraries/core/DynLib.cc
   code/branches/ois_update/src/libraries/core/DynLib.h
Log:
Fixed typo.

Modified: code/branches/ois_update/src/libraries/core/DynLib.cc
===================================================================
--- code/branches/ois_update/src/libraries/core/DynLib.cc	2010-10-21 21:16:39 UTC (rev 7575)
+++ code/branches/ois_update/src/libraries/core/DynLib.cc	2010-10-21 21:26:17 UTC (rev 7576)
@@ -142,7 +142,7 @@
 #endif
     }
 
-#if defined(ORXONOX_PLATFORM_APPLE)
+#ifdef ORXONOX_PLATFORM_APPLE
     /*static*/ void* DynLib::mac_loadDylib(const char* name)
     {
         std::string fullPath=name;

Modified: code/branches/ois_update/src/libraries/core/DynLib.h
===================================================================
--- code/branches/ois_update/src/libraries/core/DynLib.h	2010-10-21 21:16:39 UTC (rev 7575)
+++ code/branches/ois_update/src/libraries/core/DynLib.h	2010-10-21 21:26:17 UTC (rev 7576)
@@ -116,7 +116,7 @@
 
     protected:
 
-#elif defined(ORXONOX_PLATFORM_APPLE)
+#ifdef ORXONOX_PLATFORM_APPLE
         // From macUtils.h in OGRE
         static void* mac_loadDylib(const char* name);
 #endif




More information about the Orxonox-commit mailing list