mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:25:58 +00:00
[SDK] winbase.h: Add missing WINADVAPI define (#8019)
This commit is contained in:
parent
2c5bba3c48
commit
4fce13e06b
1 changed files with 11 additions and 5 deletions
|
@ -1,16 +1,22 @@
|
||||||
#ifndef _WINBASE_
|
#ifndef _WINBASE_
|
||||||
#define _WINBASE_
|
#define _WINBASE_
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if !defined(_ADVAPI32_)
|
||||||
|
#define WINADVAPI DECLSPEC_IMPORT
|
||||||
|
#else
|
||||||
|
#define WINADVAPI
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(_KERNEL32_)
|
#if !defined(_KERNEL32_)
|
||||||
#define WINBASEAPI DECLSPEC_IMPORT
|
#define WINBASEAPI DECLSPEC_IMPORT
|
||||||
#else
|
#else
|
||||||
#define WINBASEAPI
|
#define WINBASEAPI
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <libloaderapi.h>
|
#include <libloaderapi.h>
|
||||||
#include <sysinfoapi.h>
|
#include <sysinfoapi.h>
|
||||||
#include <threadpoolapiset.h>
|
#include <threadpoolapiset.h>
|
||||||
|
@ -4183,4 +4189,4 @@ WCHAR * CDECL wine_get_dos_file_name(LPCSTR str);
|
||||||
#include <synchapi.h>
|
#include <synchapi.h>
|
||||||
#include <processthreadsapi.h>
|
#include <processthreadsapi.h>
|
||||||
|
|
||||||
#endif /* _WINBASE_H */
|
#endif /* _WINBASE_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue