|
|
@@ -18,27 +18,6 @@
|
|
|
#endif
|
|
|
|
|
|
// === Core Header Files ===
|
|
|
-// In Debug mode, the PALs definition of max and min are insufficient
|
|
|
-// since some of our code expects the template min-max instead, so
|
|
|
-// including that here
|
|
|
-#if defined(DBG) && !defined(_MSC_VER)
|
|
|
-#pragma push_macro("NO_PAL_MINMAX")
|
|
|
-#pragma push_macro("_Post_equal_to")
|
|
|
-#pragma push_macro("_Post_satisfies_")
|
|
|
-#define NO_PAL_MINMAX
|
|
|
-#define _Post_equal_to_(x)
|
|
|
-#define _Post_satisfies_(x)
|
|
|
-#endif
|
|
|
-
|
|
|
-#include "Core/CommonMinMax.h"
|
|
|
-
|
|
|
-// Restore the macros
|
|
|
-#if defined(DBG) && !defined(_MSC_VER)
|
|
|
-#pragma pop_macro("NO_PAL_MINMAX")
|
|
|
-#pragma pop_macro("_Post_equal_to")
|
|
|
-#pragma pop_macro("_Post_satisfies_")
|
|
|
-#endif
|
|
|
-
|
|
|
#include "EnumHelp.h"
|
|
|
#include "Core/Assertions.h"
|
|
|
#include "Core/SysInfo.h"
|