diff --git a/include/wx/msw/winver.h b/include/wx/msw/winver.h index 90ee7bf46c..bd9536d708 100644 --- a/include/wx/msw/winver.h +++ b/include/wx/msw/winver.h @@ -22,15 +22,15 @@ // even higher version of the API which will become available later. #ifndef WINVER - #define WINVER 0x0603 + #define WINVER 0x0A00 #endif #ifndef _WIN32_WINNT - #define _WIN32_WINNT 0x0603 + #define _WIN32_WINNT 0x0A00 #endif #ifndef _WIN32_IE - #define _WIN32_IE 0x0700 + #define _WIN32_IE 0x0A00 #endif #endif // _WX_MSW_WINVER_H_