mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Error C2589 '(': illegal token on right side of '::' from std::min because windows.h defines
9 lines
133 B
C
9 lines
133 B
C
#pragma once
|
|
|
|
#ifdef _WIN32
|
|
// #define WIN32_LEAN_AND_MEAN
|
|
#define NOMINMAX
|
|
#include <windows.h>
|
|
#else
|
|
|
|
#endif |