win32: add _WIN32_WINNT define for multimon in mingw32
This commit is contained in:
parent
3a0cc21d7a
commit
bfd11dd1a4
|
@ -16,6 +16,11 @@
|
||||||
|
|
||||||
// Win32/WGL context.
|
// Win32/WGL context.
|
||||||
|
|
||||||
|
// necessary for mingw32 multimon defines:
|
||||||
|
#ifndef _WIN32_WINNT
|
||||||
|
#define _WIN32_WINNT 0x0500 //_WIN32_WINNT_WIN2K
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../../driver.h"
|
#include "../../driver.h"
|
||||||
#include "../gfx_context.h"
|
#include "../gfx_context.h"
|
||||||
#include "../gl_common.h"
|
#include "../gl_common.h"
|
||||||
|
|
Loading…
Reference in New Issue