Fixes for building wxOS2 shared with OpenWatcom.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -388,7 +388,7 @@ WXDLLEXPORT extern wxString wxGetWindowClass(WXHWND hWnd);
|
||||
WXDLLEXPORT extern WXWORD wxGetWindowId(WXHWND hWnd);
|
||||
|
||||
// Convert a PM Error code to a string
|
||||
WXDLLEXPORT extern wxString wxPMErrorToStr(ERRORID vError);
|
||||
WXDLLIMPEXP_BASE extern wxString wxPMErrorToStr(ERRORID vError);
|
||||
|
||||
// Does this window style specify any border?
|
||||
inline bool wxStyleHasBorder(long style)
|
||||
@@ -423,4 +423,4 @@ WXDLLEXPORT extern COLORREF wxColourToRGB(const wxColour& rColor);
|
||||
|
||||
#endif // __WXPM__
|
||||
|
||||
#endif // _WX_PRIVATE_H_
|
||||
#endif // _WX_OS2_PRIVATE_H_
|
||||
|
Reference in New Issue
Block a user