8 Dec
2022
8 Dec
'22
9:46 p.m.
From: Torge Matthies <tmatthies(a)codeweavers.com> --- include/windef.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/windef.h b/include/windef.h index cb7eb1179c8..1f2151f6f99 100644 --- a/include/windef.h +++ b/include/windef.h @@ -200,6 +200,8 @@ extern "C" { #define APIENTRY WINAPI #define CONST __ONLY_IN_WINELIB(const) +#define SYSCALL WINAPI + /* Misc. constants. */ #undef NULL -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1752