diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c index 11a9e87fd9..85331e3400 100644 --- a/shell/main.c +++ b/shell/main.c @@ -33,7 +33,7 @@ #endif #include <io.h> #include <conio.h> -#define _WIN32_WINNT 0x0500 +#define _WIN32_WINNT 0x0501 #include <windows.h> #endif |