Code: Select all
Everything.c(43): warning C4005: 'MSGFLT_ALLOW': macro redefinition
f:\ProgramFiler-x86\WindowsKits\Include\10.0.15063.0\um\winuser.h(15076): note: see previous definition of 'MSGFLT_ALLOW'
Everything.c(46): error C2011: 'tagCHANGEFILTERSTRUCT': 'struct' type redefinition
f:\ProgramFiler-x86\WindowsKits\Include\10.0.15063.0\um\winuser.h(15064): note: see declaration of 'tagCHANGEFILTERSTRUCT'
Code: Select all
#if !defined(MSGFLT_ALLOW) /* <winuser.h> at WINVER >= 0x0601 already has this */
#define MSGFLT_ALLOW 1
typedef struct tagCHANGEFILTERSTRUCT
{
DWORD cbSize;
DWORD ExtStatus;
}CHANGEFILTERSTRUCT, *PCHANGEFILTERSTRUCT;
#endif