]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mslu.cpp
don't erase background in wxControl neither
[wxWidgets.git] / src / msw / mslu.cpp
index cdd08914c8123db82f0de5eb21cb4da800ba46be..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