]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/misc2.cpp
fixed the last of the off-by-one errors (some are refixed, again...)
[wxWidgets.git] / wxPython / src / msw / misc2.cpp
index 752038f2f52f6c7bd078bd3ffadfe294c3ded8f6..9f65bab3330bc3af5bef6e0ba16ba1cbf40a040e 100644 (file)
@@ -252,7 +252,7 @@ public:
 };
 #endif
 
-#if !wxUSE_WAVE && !defined(__WXMSW__)
+#if !wxUSE_WAVE
 // A C++ stub class for wxWave for platforms that don't have it.
 class wxWave : public wxObject
 {