mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-28 12:04:08 +00:00
Fix windows build
This commit is contained in:
parent
e09ca5402d
commit
e544a9d478
|
@ -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
|
#if WINVER < 0x0601
|
||||||
typedef struct tagCHANGEFILTERSTRUCT {
|
typedef struct tagCHANGEFILTERSTRUCT {
|
||||||
DWORD cbSize;
|
DWORD cbSize;
|
||||||
DWORD ExtStatus;
|
DWORD ExtStatus;
|
||||||
|
|
Loading…
Reference in a new issue