mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-02 23:14:07 +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";
|
static wchar_t className[] = L"GoldenDictMouseover";
|
||||||
typedef BOOL ( WINAPI *ChangeWindowMessageFilterFunc )( UINT, DWORD );
|
typedef BOOL ( WINAPI *ChangeWindowMessageFilterFunc )( UINT, DWORD );
|
||||||
|
|
||||||
#ifndef WINAPI_FAMILY
|
#ifndef _MSC_VER
|
||||||
typedef struct tagCHANGEFILTERSTRUCT {
|
typedef struct tagCHANGEFILTERSTRUCT {
|
||||||
DWORD cbSize;
|
DWORD cbSize;
|
||||||
DWORD ExtStatus;
|
DWORD ExtStatus;
|
||||||
|
|
Loading…
Reference in a new issue