From 39a1abe44ee4810a85d085d2b57e2795159cf7d7 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 19 Aug 2015 18:37:07 -0400 Subject: [PATCH] re-did my earlier fix in a safer way --- Source/Project64/N64 System/Mips/Memory Class.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Source/Project64/N64 System/Mips/Memory Class.h b/Source/Project64/N64 System/Mips/Memory Class.h index d2416838d..a35049058 100644 --- a/Source/Project64/N64 System/Mips/Memory Class.h +++ b/Source/Project64/N64 System/Mips/Memory Class.h @@ -10,14 +10,7 @@ ****************************************************************************/ #pragma once -/* - * If compiling without ATL included, MSVC could mis-treat `interface` as a - * built-in keyword, but what we want essentially is a structure. - */ -//#undef interface -#ifndef interface -#define interface struct -#endif +#include interface CMipsMemory_CallBack {