X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/45f410f2278c9833187636b3e47b5797e80c934f..38c58c778d8f8b0abf889e787e0364d42c1c445f:/src/msw/mslu.cpp diff --git a/src/msw/mslu.cpp b/src/msw/mslu.cpp index cdd08914c8..eba45e13d7 100644 --- a/src/msw/mslu.cpp +++ b/src/msw/mslu.cpp @@ -23,9 +23,26 @@ #ifndef WX_PRECOMP #include "wx/defs.h" + #include "wx/utils.h" #endif //------------------------------------------------------------------------ +// Check for use of MSLU +//------------------------------------------------------------------------ + +#if wxUSE_BASE + +bool WXDLLIMPEXP_BASE wxUsingUnicowsDll() +{ +#if wxUSE_UNICODE_MSLU + return (wxGetOsVersion() == wxWIN95); +#else + return false; +#endif +} + +#endif // wxUSE_BASE + #if wxUSE_UNICODE_MSLU