[Git][wine/wine][master] include: Move ifdef __cplusplus in rpcasync.h.
Alexandre Julliard pushed to branch master at wine / wine Commits: c6c4a691 by Daniel Lehman at 2026-06-22T10:58:44+02:00 include: Move ifdef __cplusplus in rpcasync.h. 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); | ^~~~ - - - - - 1 changed file: - include/rpcasync.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c6c4a6916210b25c2714a0d39bd292e... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c6c4a6916210b25c2714a0d39bd292e... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)