mirror of
https://github.com/reactos/reactos.git
synced 2025-07-02 11:31:23 +00:00
[SDK] Add some missing headers
This commit is contained in:
parent
1c5ddc893a
commit
dc0433f02a
9 changed files with 258 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue