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.