X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9804c4d95c3c8abb492e24f5f7e989016fee53f1..48c8439fdb5bbacf457f3a825bb5a73fe10dd8e7:/include/wx/msw/private.h diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index dd0bd996a3..41209beb75 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -21,9 +21,6 @@ #include "wx/msw/microwin.h" #endif -// Include fixes for MSLU: -#include "wx/msw/mslu.h" - #include "wx/log.h" class WXDLLEXPORT wxFont; @@ -166,6 +163,7 @@ extern LONG APIENTRY _EXPORT // Intel, Visual Age. #if defined(__WXWINCE__) #define wxGetOSFHandle(fd) ((HANDLE)fd) + #define wxOpenOSFHandle(h, flags) ((int)wxPtrToUInt(h)) #elif defined(__CYGWIN__) #define wxGetOSFHandle(fd) ((HANDLE)get_osfhandle(fd)) #elif defined(__VISUALC__) \ @@ -175,6 +173,8 @@ extern LONG APIENTRY _EXPORT || defined(__MINGW32__) \ || (defined(__MWERKS__) && defined(__MSL__)) #define wxGetOSFHandle(fd) ((HANDLE)_get_osfhandle(fd)) + #define wxOpenOSFHandle(h, flags) (_open_osfhandle(wxPtrToUInt(h), flags)) + #define wx_fdopen _fdopen #endif // close the handle in the class dtor