]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/private.h
fixed arguments to "test"
[wxWidgets.git] / include / wx / os2 / private.h
index 103ec64d5cd66c27a0501dabbc42298a9653f2a5..2dd674aeed516efd4e6beb7080c749939a84065d 100644 (file)
@@ -196,6 +196,9 @@ WXDLLEXPORT extern wxString wxGetWindowClass(WXHWND hWnd);
 // is, for mainly historical reasons, signed)
 WXDLLEXPORT extern WXWORD wxGetWindowId(WXHWND hWnd);
 
+// Convert a PM Error code to a string
+WXDLLEXPORT extern wxString wxPMErrorToStr(ERRORID vError);
+
 // Does this window style specify any border?
 inline bool wxStyleHasBorder(long style)
 {