Module: wine Branch: master Commit: f69c11117ee56cb664bd0ade1392c5553ff2af30 URL: https://gitlab.winehq.org/wine/wine/-/commit/f69c11117ee56cb664bd0ade1392c55...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Dec 12 12:30:44 2022 +0100
winecrt0: Include windef.h to get definitions needed on FreeBSD.
Reported by Gerald Pfeifer.
---
dlls/winecrt0/dll_soinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winecrt0/dll_soinit.c b/dlls/winecrt0/dll_soinit.c index e0ed9a1be1e..f76c2993304 100644 --- a/dlls/winecrt0/dll_soinit.c +++ b/dlls/winecrt0/dll_soinit.c @@ -38,7 +38,7 @@ #ifdef HAVE_LINK_H # include <link.h> #endif -#include "basetsd.h" +#include "windef.h"
#ifdef __FreeBSD__