Use integral value for OLECMDID_OPTICAL_ZOOM as we cannot tell if an enum value is already defined or not.

Fixes #13475

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-09-14 16:45:50 +00:00
parent 8240dea400
commit 882ecaa631
2 changed files with 2 additions and 10 deletions

View 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