]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mslu.cpp
Spelling corrections
[wxWidgets.git] / src / msw / mslu.cpp
index b77c2e507a3fa4e98ca3587b11e224cb60150859..eba45e13d7a619a1e3f843430da573047fa6a47a 100644 (file)
 
 #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
 
 //------------------------------------------------------------------------