]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynload.h
wxCheckListBox cleanup.
[wxWidgets.git] / include / wx / dynload.h
index 6223cc385bd5504326e1f1a96e83a11d1148fab1..92585ab36d160a3b08a34c62a293f3b6297fe89a 100644 (file)
 #ifndef _WX_DYNAMICLOADER_H__
 #define _WX_DYNAMICLOADER_H__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dynload.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -116,7 +112,7 @@ public:
         // macro because it's of arguable use outside of that.
 
 #if WXWIN_COMPATIBILITY_2_2
-    static wxPluginLibrary *GetObjectFromHandle(wxDllType handle);
+    wxDEPRECATED( static wxPluginLibrary *GetObjectFromHandle(wxDllType handle) );
 #endif
 
         // Instance methods.