Merge pull request #2094 from SpecLad:multimon-be-gone
This commit is contained in:
commit
157202fc8d
@ -57,6 +57,14 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#if defined WIN32 || defined WINCE
|
#if defined WIN32 || defined WINCE
|
||||||
|
#if !defined _WIN32_WINNT
|
||||||
|
#ifdef HAVE_MSMF
|
||||||
|
#define _WIN32_WINNT 0x0600 // Windows Vista
|
||||||
|
#else
|
||||||
|
#define _WIN32_WINNT 0x0500 // Windows 2000
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#undef small
|
#undef small
|
||||||
#undef min
|
#undef min
|
||||||
|
@ -43,27 +43,11 @@
|
|||||||
|
|
||||||
#if defined WIN32 || defined _WIN32
|
#if defined WIN32 || defined _WIN32
|
||||||
|
|
||||||
#define COMPILE_MULTIMON_STUBS // Required for multi-monitor support
|
|
||||||
#ifndef _MULTIMON_USE_SECURE_CRT
|
|
||||||
# define _MULTIMON_USE_SECURE_CRT 0 // some MinGW platforms have no strncpy_s
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined SM_CMONITORS && !defined MONITOR_DEFAULTTONEAREST
|
|
||||||
# define MONITOR_DEFAULTTONULL 0x00000000
|
|
||||||
# define MONITOR_DEFAULTTOPRIMARY 0x00000001
|
|
||||||
# define MONITOR_DEFAULTTONEAREST 0x00000002
|
|
||||||
# define MONITORINFOF_PRIMARY 0x00000001
|
|
||||||
#endif
|
|
||||||
#ifndef __inout
|
|
||||||
# define __inout
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
# pragma GCC diagnostic ignored "-Wmissing-declarations"
|
# pragma GCC diagnostic ignored "-Wmissing-declarations"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <commctrl.h>
|
#include <commctrl.h>
|
||||||
#include <winuser.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user