]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynlib.h
Make list consistent with tree in terms of Vetoed changes closing the inline edit...
[wxWidgets.git] / include / wx / dynlib.h
index c8d7e85e1895b3e80df54be706510e1ad8d3a0af..70287c0b19ddb113d1dc280ec749079b9739f087 100644 (file)
@@ -243,7 +243,11 @@ public:
     static void *RawGetSymbol(wxDllType handle, const wxString& name);
     void *RawGetSymbol(const wxString& name) const
     {
+#if defined (__WXPM__) || defined(__EMX__)
+        return GetSymbol(name);
+#else
         return RawGetSymbol(m_handle, name);
+#endif
     }
 
     // return all modules/shared libraries in the address space of this process