mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-03 23:39:41 +00:00
Don't re-define WINVER in core/config.h if it's already defined.
This commit is contained in:
parent
1ff0ac00f3
commit
138766e8ff
@ -42,10 +42,12 @@
|
|||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#ifndef WINVER
|
||||||
#define WINVER 0x0502
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#define _WIN32_WINNT 0x0502
|
#define WINVER 0x0502
|
||||||
#define NOMINMAX
|
#define _WIN32_WINNT 0x0502
|
||||||
|
#define NOMINMAX
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef __int64 int64;
|
typedef __int64 int64;
|
||||||
typedef unsigned __int64 uint64;
|
typedef unsigned __int64 uint64;
|
||||||
|
Loading…
Reference in New Issue
Block a user