]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
Use integral value for OLECMDID_OPTICAL_ZOOM as we cannot tell if an enum value is...
[wxWidgets.git] / include / wx / msw / missing.h
index 6b2d1cd956e62f8f7de3bccc4f2afca6cbb7630b..392d05679dcb65e908ea9be34d0bed4933e6ceb7 100644 (file)
@@ -563,14 +563,6 @@ typedef enum CommandStateChangeConstants {
 #endif
 
 // For Visual C++ 6 and MinGW32. Used by webview_ie.cpp
-
-#if defined (__MINGW32__) || (_MSC_VER < 1300)
-enum
-{
-    OLECMDID_OPTICAL_ZOOM = 63
-};
-#endif
-
 #ifndef INET_E_INVALID_CERTIFICATE
 #define INET_E_INVALID_CERTIFICATE 0x800C0019L
 #endif