]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/private.h
RCS left a turd in the previous checkin
[wxWidgets.git] / include / wx / os2 / private.h
index a80c7ddfd567c1e281601245f7a6f922075db101..2dd674aeed516efd4e6beb7080c749939a84065d 100644 (file)
@@ -17,6 +17,7 @@
 #define INCL_BASE
 #define INCL_PM
 #define INCL_GPI
+#define INCL_WINSYS
 #include <os2.h>
 
 class WXDLLEXPORT wxFont;
@@ -195,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)
 {