Fix windows build

This commit is contained in:
Timon Wong 2013-08-19 11:06:34 +08:00
parent e09ca5402d
commit e544a9d478

View file

@ -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;