mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
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…
x
Reference in New Issue
Block a user