]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynload.h
applied patch 890642: wxRE_ADVANCED flag and docs
[wxWidgets.git] / include / wx / dynload.h
index 7271c2ea8efed3a7c28e95b955edce2c5a51bfa2..8f119b49bbfb56660bdf21b103f0090bfdf24b4a 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_DYNAMICLOADER_H__
 #define _WX_DYNAMICLOADER_H__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "dynload.h"
 #endif
 
@@ -93,8 +93,8 @@ private:
     size_t          m_objcount;     // ..and (pluggable) object instantiations.
     wxModuleList    m_wxmodules;    // any wxModules that we initialised.
 
-    void    UpdateClassInfo();      // Update the wxClassInfo table
-    void    RestoreClassInfo();     // Restore the original wxClassInfo state.
+    void    UpdateClasses();        // Update ms_classes
+    void    RestoreClasses();       // Removes this library from ms_classes
     void    RegisterModules();      // Init any wxModules in the lib.
     void    UnregisterModules();    // Cleanup any wxModules we installed.