X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fos_win32.h;h=6f92b90abbd28ddca89fe1fe6b9e1816208525d7;hb=cf14e814124ccbc8155fa1dde98d03be319c0e87;hp=42016f7094eb7f33abe56afd7fb77b4fdcd8d5ee;hpb=b917c4e40f9f5cd3d101444600eddafcca54d6e3;p=lyx.git diff --git a/src/support/os_win32.h b/src/support/os_win32.h index 42016f7094..6f92b90abb 100644 --- a/src/support/os_win32.h +++ b/src/support/os_win32.h @@ -36,13 +36,13 @@ */ #if defined(__MINGW32__) || defined(__CYGWIN__) || defined(__CYGWIN32__) # if defined(WINVER) -# if WINVER < 0x0500 -# error WINVER must be >= 0x0500 +# if WINVER < 0x0600 +# error WINVER must be >= 0x0600 # endif # else -# define WINVER 0x0500 +# define WINVER 0x0600 # endif -# define _WIN32_IE 0x0500 +# define _WIN32_IE 0x0600 #endif #include