From 9667c6a8cce1829a7321dde67bd0287c73234386 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 31 Jul 2016 11:50:20 +0200 Subject: std::min and std:max instead of MIN and MAX, also some more macros converted to inline functions (nw) --- src/osd/modules/debugger/debugwin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/osd/modules/debugger/debugwin.cpp') diff --git a/src/osd/modules/debugger/debugwin.cpp b/src/osd/modules/debugger/debugwin.cpp index 973aec1f570..c66a54e6d30 100644 --- a/src/osd/modules/debugger/debugwin.cpp +++ b/src/osd/modules/debugger/debugwin.cpp @@ -20,6 +20,8 @@ #include "win/memorywininfo.h" #include "win/pointswininfo.h" #include "win/uimetrics.h" +#undef min +#undef max #include "emu.h" #include "debugger.h" -- cgit v1.2.3