mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
Define WINUSERAPI.
This commit is contained in:
parent
d46cc36347
commit
c3caaea21d
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue