We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5bba3 commit 4fce13eCopy full SHA for 4fce13e
sdk/include/psdk/winbase.h
@@ -1,16 +1,22 @@
1
#ifndef _WINBASE_
2
#define _WINBASE_
3
4
+#ifdef __cplusplus
5
+extern "C" {
6
+#endif
7
+
8
+#if !defined(_ADVAPI32_)
9
+#define WINADVAPI DECLSPEC_IMPORT
10
+#else
11
+#define WINADVAPI
12
13
14
#if !defined(_KERNEL32_)
15
#define WINBASEAPI DECLSPEC_IMPORT
16
#else
17
#define WINBASEAPI
18
#endif
19
-#ifdef __cplusplus
-extern "C" {
-#endif
-
20
#include <libloaderapi.h>
21
#include <sysinfoapi.h>
22
#include <threadpoolapiset.h>
@@ -4183,4 +4189,4 @@ WCHAR * CDECL wine_get_dos_file_name(LPCSTR str);
4183
4189
#include <synchapi.h>
4184
4190
#include <processthreadsapi.h>
4185
4191
4186
-#endif /* _WINBASE_H */
4192
+#endif /* _WINBASE_ */
0 commit comments