From 8a20ec70da88f4b30cbe63d9eed7dca5654526c7 Mon Sep 17 00:00:00 2001 From: Abs62 Date: Tue, 3 Sep 2013 17:59:19 +0400 Subject: [PATCH] Fix compilation with MinGW 4.8 --- mouseover.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mouseover.cc b/mouseover.cc index df2826e1..c2639350 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 +#ifndef _MSC_VER typedef struct tagCHANGEFILTERSTRUCT { DWORD cbSize; DWORD ExtStatus;