diff options
author | 2015-01-13 19:16:38 +0100 | |
---|---|---|
committer | 2015-01-13 19:16:38 +0100 | |
commit | 02173bc23deb0b57d641d1a00084dfa40b162bee (patch) | |
tree | 3b3a86d973304f27df11521717dee5a3109044b5 | |
parent | fb4695be0ab380b3c53ea8f5f64b0cc4beacd2a1 (diff) |
Good enough (nw)
-rw-r--r-- | src/osd/windows/winprefix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osd/windows/winprefix.h b/src/osd/windows/winprefix.h index 576c7013412..2635685eff1 100644 --- a/src/osd/windows/winprefix.h +++ b/src/osd/windows/winprefix.h @@ -6,7 +6,9 @@ // //============================================================ +#ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0501 // Windows XP +#endif #ifdef _MSC_VER #include <assert.h> |