PD: prevent MSVC from defining min/max
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#ifndef APP_MAPPED_NAME_H
|
||||
#define APP_MAPPED_NAME_H
|
||||
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -32,6 +32,8 @@
|
||||
#ifdef _PreComp_
|
||||
|
||||
#ifdef FC_OS_WIN32
|
||||
# undef NOMINMAX
|
||||
# define NOMINMAX
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user