16 Mar
2024
16 Mar
'24
8:16 p.m.
On Sat Mar 16 09:44:19 2024 +0000, Jinoh Kang wrote:
Is this needed?
#include <stdarg.h>
#include <stddef.h>
#include "windef.h"
#include "winbase.h"
Seemed to be the minimal include sequence that was used recently in many places. With some variation when "ntstatus.h" is needed. It's probably not necessary here because <pthread.h> includes it already but it made things more consistent. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3103#note_65037