mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 20:05:41 +00:00
Silence a macro redefinition warning
This commit is contained in:
parent
0b31427854
commit
724adc4ddc
@ -25,7 +25,9 @@
|
||||
|
||||
#elif defined(_WIN32)
|
||||
|
||||
#ifndef UNICODE
|
||||
#define UNICODE
|
||||
#endif
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
#include <windows.h>
|
||||
|
@ -18,7 +18,9 @@
|
||||
#include <SDL.h>
|
||||
#include <string>
|
||||
//forces to call Unicode winapi functions instead of ASCII (default)
|
||||
#ifndef UNICODE
|
||||
#define UNICODE
|
||||
#endif
|
||||
//defines that mingw misses
|
||||
#ifndef _WIN32_IE
|
||||
#define _WIN32_IE 0x0600 //specifying target platform to be Windows XP and higher
|
||||
|
Loading…
x
Reference in New Issue
Block a user