]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynload.h
fix printf() argument type in GetOsInfo()
[wxWidgets.git] / include / wx / dynload.h
index d70c8cfa1f0aba7f31589a94d3c106f81fe78636..b754dee03fed44e344196df460ee6557213710a9 100644 (file)
 #ifndef _WX_DYNAMICLOADER_H__
 #define _WX_DYNAMICLOADER_H__
 
 #ifndef _WX_DYNAMICLOADER_H__
 #define _WX_DYNAMICLOADER_H__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dynload.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -112,13 +108,6 @@ public:
                                             int flags = wxDL_DEFAULT );
     static bool                UnloadLibrary(const wxString &libname);
 
                                             int flags = wxDL_DEFAULT );
     static bool                UnloadLibrary(const wxString &libname);
 
-        // This is used by wxDllLoader.  It's wrapped in the compatibility
-        // macro because it's of arguable use outside of that.
-
-#if WXWIN_COMPATIBILITY_2_2
-    wxDEPRECATED( static wxPluginLibrary *GetObjectFromHandle(wxDllType handle) );
-#endif
-
         // Instance methods.
 
     wxPluginManager() : m_entry(NULL) {}
         // Instance methods.
 
     wxPluginManager() : m_entry(NULL) {}