From e544a9d4781d5bc335201c57bf96ec7419851610 Mon Sep 17 00:00:00 2001 From: Timon Wong Date: Mon, 19 Aug 2013 11:06:34 +0800 Subject: [PATCH] Fix windows build --- mouseover.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mouseover.cc b/mouseover.cc index df2826e1..dc674b0c 100644 --- a/mouseover.cc +++ b/mouseover.cc @@ -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 +#if WINVER < 0x0601 typedef struct tagCHANGEFILTERSTRUCT { DWORD cbSize; DWORD ExtStatus;