Fixing compile on some MinGW platforms
This commit is contained in:
@@ -48,6 +48,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define COMPILE_MULTIMON_STUBS // Required for multi-monitor support
|
#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
|
#if defined SM_CMONITORS && !defined MONITOR_DEFAULTTONEAREST
|
||||||
# define MONITOR_DEFAULTTONULL 0x00000000
|
# define MONITOR_DEFAULTTONULL 0x00000000
|
||||||
# define MONITOR_DEFAULTTOPRIMARY 0x00000001
|
# define MONITOR_DEFAULTTOPRIMARY 0x00000001
|
||||||
|
Reference in New Issue
Block a user