| Previous | 199869 Revisions | Next |
| r34368 Tuesday 13th January, 2015 at 10:51:05 UTC by Miodrag Milanović |
|---|
| For x64 builds force Win7 minimum (nw) |
| [src/osd/windows] | winprefix.h |
| r242879 | r242880 | |
|---|---|---|
| 6 | 6 | // |
| 7 | 7 | //============================================================ |
| 8 | 8 | |
| 9 | #define _WIN32_WINNT 0x0501 | |
| 9 | #ifdef PTR64 | |
| 10 | #define _WIN32_WINNT 0x0601 // Windows 7 | |
| 11 | #else | |
| 12 | #define _WIN32_WINNT 0x0501 // Windows XP | |
| 13 | #endif | |
| 10 | 14 | |
| 11 | 15 | #ifdef _MSC_VER |
| 12 | 16 | #include <assert.h> |
| https://github.com/mamedev/mame/commit/a4f63895e9cb0d343c80bd062113a6b4832e0735 |
| Previous | 199869 Revisions | Next |