| Index: core/include/fxcrt/fx_system.h
|
| diff --git a/core/include/fxcrt/fx_system.h b/core/include/fxcrt/fx_system.h
|
| index d030bf70d645807531c7dd5ed7faa11f2f04b837..ce86d5ad5cf185d114491ae479c23b6226e38083 100644
|
| --- a/core/include/fxcrt/fx_system.h
|
| +++ b/core/include/fxcrt/fx_system.h
|
| @@ -110,7 +110,6 @@ typedef wchar_t* FX_LPWSTR;
|
| typedef wchar_t const* FX_LPCWSTR;
|
| typedef FX_DWORD FX_UINT32;
|
| typedef FX_UINT64 FX_QWORD;
|
| -#define FX_DEFINEHANDLE(name) typedef struct _##name {FX_LPVOID pData;} * name;
|
| #if defined(DEBUG) && !defined(_DEBUG)
|
| #define _DEBUG
|
| #endif
|
|
|