re-did my earlier fix in a safer way

This commit is contained in:
unknown 2015-08-19 18:37:07 -04:00
parent 7a2218dfd6
commit 39a1abe44e
1 changed files with 1 additions and 8 deletions

View File

@ -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 <objbase.h>
interface CMipsMemory_CallBack
{