Define WINUSERAPI.
This commit is contained in:
parent
d46cc36347
commit
c3caaea21d
|
@ -19,6 +19,12 @@
|
||||||
#ifndef _WINUSER_
|
#ifndef _WINUSER_
|
||||||
#define _WINUSER_
|
#define _WINUSER_
|
||||||
|
|
||||||
|
#if !defined(_USER32_)
|
||||||
|
#define WINUSERAPI DECLSPEC_IMPORT
|
||||||
|
#else
|
||||||
|
#define WINUSERAPI
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef RC_INVOKED
|
#ifndef RC_INVOKED
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue