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