Fix compilation with MinGW 4.8

This commit is contained in:
Abs62 2013-09-03 17:59:19 +04:00
parent bfb3d78367
commit 8a20ec70da

View file

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