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
|
#pragma once
|
||||||
|
|
||||||
/*
|
#include <objbase.h>
|
||||||
* 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
|
|
||||||
|
|
||||||
interface CMipsMemory_CallBack
|
interface CMipsMemory_CallBack
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue