]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynlib.h
compilation fix (sorry!)
[wxWidgets.git] / include / wx / dynlib.h
index 0e29afa623c5965dde6dc4ab96bb7a39d50af114..b13587e3e5f877a439efe1def123adc01a22987b 100644 (file)
@@ -94,6 +94,9 @@ public:
      */
     static void * GetSymbol(wxDllType dllHandle, const wxString &name);
 
+    // return the standard DLL extension (with leading dot) for this platform
+    static wxString GetDllExt();
+
 private:
     /// forbid construction of objects
     wxDllLoader();