Merge pull request #566 from cxd4/better_VS_Express_fix
re-did pull request #565 a safer way
This commit is contained in:
commit
18c192b32c
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue