diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-01-28 14:54:11 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-01-28 21:42:27 +0800 |
commit | 8bbc48cd7792901c406cf8f773372508677ceb93 (patch) | |
tree | 2c5501136026f90bfd6896dadb5f45cf5e6949b8 /shell | |
parent | 10438f7de6d642ebc2aa425e7584383a00641fc7 (diff) | |
download | gsoc2013-evolution-8bbc48cd7792901c406cf8f773372508677ceb93.tar.gz gsoc2013-evolution-8bbc48cd7792901c406cf8f773372508677ceb93.tar.zst gsoc2013-evolution-8bbc48cd7792901c406cf8f773372508677ceb93.zip |
Changes in mingw.org last w32api/mingw-rt packages.
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 |