X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/598ddd96f45745188c96f16757f7ceeaa0c8d70d..c34db1bee375677eab244e11d1beccc228f23914:/include/wx/msw/mslu.h?ds=sidebyside diff --git a/include/wx/msw/mslu.h b/include/wx/msw/mslu.h index 4a54e7cee5..348ef3e8a4 100644 --- a/include/wx/msw/mslu.h +++ b/include/wx/msw/mslu.h @@ -16,21 +16,17 @@ #include "wx/utils.h" #include "wx/wxchar.h" -#if !wxUSE_UNICODE_MSLU -inline bool wxUsingUnicowsDll() { return false; } -#else - // Returns true if we are running under Unicode emulation in Win9x environment. // Workaround hacks take effect only if this condition is met -inline bool wxUsingUnicowsDll() -{ - return (wxGetOsVersion() == wxWIN95); -} +// (NB: this function is needed even if !wxUSE_UNICODE_MSLU) +WXDLLIMPEXP_BASE bool wxUsingUnicowsDll(); //------------------------------------------------------------------------ // Wrongly implemented functions from unicows.dll //------------------------------------------------------------------------ +#if wxUSE_UNICODE_MSLU + #if wxUSE_GUI WXDLLEXPORT int wxMSLU_DrawStateW(WXHDC dc, WXHBRUSH br, WXFARPROC outputFunc, @@ -65,6 +61,7 @@ WXDLLIMPEXP_BASE int wxMSLU__waccess(const wxChar *name, int mode); WXDLLIMPEXP_BASE int wxMSLU__wmkdir(const wxChar *name); WXDLLIMPEXP_BASE int wxMSLU__wrmdir(const wxChar *name); WXDLLIMPEXP_BASE int wxMSLU__wstat(const wxChar *name, struct _stat *buffer); +WXDLLIMPEXP_BASE int wxMSLU__wstati64(const wxChar *name, struct _stati64 *buffer); #endif #endif // wxUSE_UNICODE_MSLU