error with gcc 14.3: In file included from /wine/include/wine/windows/rpc.h:59, from /wine/include/wine/windows/windows.h:60, from StdAfx.h:33, from mainwin.cpp:17: /wine/include/wine/windows/rpcasync.h:139:7: error: declaration of '_RPC_ASYNC_NOTIFICATION_INFO::<unnamed struct> _RPC_ASYNC_NOTIFICATION_INFO::HWND' changes mean 139 | } HWND; | ^~~~ /wine/include/wine/windows/rpcasync.h:137:9: note: used here to mean 'typedef struct HWND__* HWND' 137 | HWND hWnd; | ^~~~ In file included from /wine/include/wine/windows/minwindef.h:258, from /wine/include/wine/windows/windef.h:24, from /wine/include/wine/windows/windows.h:38: /wine/include/wine/windows/windef.h:59:16: note: declared here 59 | DECLARE_HANDLE(HWND); | ^~~~ -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11216