mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Fix compilation with MinGW 4.8
This commit is contained in:
parent
bfb3d78367
commit
8a20ec70da
|
@ -27,7 +27,7 @@ const UINT WM_MY_SHOW_TRANSLATION = WM_USER + 301;
|
|||
static wchar_t className[] = L"GoldenDictMouseover";
|
||||
typedef BOOL ( WINAPI *ChangeWindowMessageFilterFunc )( UINT, DWORD );
|
||||
|
||||
#ifndef WINAPI_FAMILY
|
||||
#ifndef _MSC_VER
|
||||
typedef struct tagCHANGEFILTERSTRUCT {
|
||||
DWORD cbSize;
|
||||
DWORD ExtStatus;
|
||||
|
|
Loading…
Reference in a new issue