Merge pull request #566 from cxd4/better_VS_Express_fix

re-did pull request #565 a safer way
This commit is contained in:
zilmar 2015-08-20 12:08:16 +10:00
commit 18c192b32c
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
{