]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mslu.cpp
let the control process WM_RBUTTONDOWN finally, trying to do it ourselves doesn't...
[wxWidgets.git] / src / msw / mslu.cpp
index c2ee47cf6f888ee3f5ac85408f23528fb6a3c938..df0b4634eed5ed74f86cf43a7df7dd7225cee542 100644 (file)
@@ -30,7 +30,7 @@
 bool WXDLLIMPEXP_BASE wxUsingUnicowsDll()
 {
 #if wxUSE_UNICODE_MSLU
-    return (wxGetOsVersion() == wxWIN95);
+    return (wxGetOsVersion() == wxOS_WINDOWS_9X);
 #else
     return false;
 #endif