1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-01 13:20:43 +00:00

win32: add _WIN32_WINNT define for multimon in mingw32

This commit is contained in:
OV2 2013-06-20 16:06:13 +02:00
parent 3a0cc21d7a
commit bfd11dd1a4

@ -16,6 +16,11 @@
// Win32/WGL context.
// necessary for mingw32 multimon defines:
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0500 //_WIN32_WINNT_WIN2K
#endif
#include "../../driver.h"
#include "../gfx_context.h"
#include "../gl_common.h"