From 38d1b54726f36d70df583ce0f3403125b0d19193 Mon Sep 17 00:00:00 2001 From: firewave Date: Fri, 26 Jan 2018 11:02:32 +0100 Subject: winmain.h: removed unused macro (nw) --- src/osd/windows/winmain.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/osd/windows/winmain.h b/src/osd/windows/winmain.h index 7b4f3d71009..6a0d3421306 100644 --- a/src/osd/windows/winmain.h +++ b/src/osd/windows/winmain.h @@ -213,18 +213,6 @@ public: static const options_entry s_option_entries[]; }; -//============================================================ -// MACROS -//============================================================ - -#ifdef __cplusplus -#define WRAP_REFIID(x) x -#else -#define WRAP_REFIID(x) &x -#endif - - - //============================================================ // TYPE DEFINITIONS //============================================================ -- cgit v1.2.3