diff options
Diffstat (limited to 'win32/PlatWin.cxx')
| -rw-r--r-- | win32/PlatWin.cxx | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 65e05f9db..44c2ba440 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -12,7 +12,8 @@  #include <stdio.h>  #include <time.h> -#define _WIN32_WINNT  0x0400 +#undef _WIN32_WINNT +#define _WIN32_WINNT  0x0500  #include <windows.h>  #include <commctrl.h>  #include <richedit.h> | 
