#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