mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Cleanup, we already have NOMINMAX now in scripts (nw)
This commit is contained in:
parent
269c4c7410
commit
21501824eb
@ -21,8 +21,6 @@
|
||||
#include "win/memorywininfo.h"
|
||||
#include "win/pointswininfo.h"
|
||||
#include "win/uimetrics.h"
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
#include "debugger.h"
|
||||
#include "debug/debugcpu.h"
|
||||
|
@ -17,8 +17,6 @@
|
||||
#ifdef _MSC_VER
|
||||
#include <zmouse.h>
|
||||
#endif
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
|
||||
|
||||
|
@ -25,8 +25,6 @@
|
||||
#include "strconv.h"
|
||||
#include "d3dhlsl.h"
|
||||
#include "../frontend/mame/ui/slider.h"
|
||||
#undef min
|
||||
#undef max
|
||||
#include <utility>
|
||||
|
||||
//============================================================
|
||||
|
@ -20,8 +20,6 @@
|
||||
#include "drawd3d.h"
|
||||
#include "modules/render/d3d/d3dhlsl.h"
|
||||
#include "modules/monitor/monitor_module.h"
|
||||
#undef min
|
||||
#undef max
|
||||
#include <utility>
|
||||
|
||||
//============================================================
|
||||
|
@ -53,9 +53,6 @@ using namespace Windows::UI::Core;
|
||||
#define MAKE_DI_SCAN(scan, isextended) (scan & 0x7f) | (isextended ? 0x80 : 0x00)
|
||||
#define WINOSD(machine) downcast<windows_osd_interface*>(&machine.osd())
|
||||
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
//============================================================
|
||||
// PARAMETERS
|
||||
//============================================================
|
||||
|
Loading…
Reference in New Issue
Block a user