[SDK] Add some missing headers

This commit is contained in:
Timo Kreuzer 2024-05-26 15:26:23 +03:00
parent 1c5ddc893a
commit dc0433f02a
9 changed files with 258 additions and 0 deletions

View file

@ -12,6 +12,7 @@ extern "C" {
#endif
#include <libloaderapi.h>
#include <sysinfoapi.h>
#ifdef _MSC_VER
#pragma warning(push)
@ -4170,4 +4171,8 @@ WCHAR * CDECL wine_get_dos_file_name(LPCSTR str);
#ifdef __cplusplus
}
#endif
#include <synchapi.h>
#include <processthreadsapi.h>
#endif /* _WINBASE_H */