Alexandre Julliard : winecrt0: Include basetsd.h to get the _WIN64 definition.
9 Dec
2022
9 Dec
'22
3:11 p.m.
Module: wine Branch: master Commit: 7585376ee88d07f6c67a16451548298d80fa9431 URL: https://gitlab.winehq.org/wine/wine/-/commit/7585376ee88d07f6c67a16451548298... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Dec 9 12:22:09 2022 +0100 winecrt0: Include basetsd.h to get the _WIN64 definition. --- dlls/winecrt0/dll_soinit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/winecrt0/dll_soinit.c b/dlls/winecrt0/dll_soinit.c index be02307c89d..e0ed9a1be1e 100644 --- a/dlls/winecrt0/dll_soinit.c +++ b/dlls/winecrt0/dll_soinit.c @@ -38,6 +38,7 @@ #ifdef HAVE_LINK_H # include <link.h> #endif +#include "basetsd.h" #ifdef __FreeBSD__
1106
Age (days ago)
1106
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard