From c3caaea21d4c1e2152a64f65e1a1b1a4785f739e Mon Sep 17 00:00:00 2001 From: Michael Lin Date: Thu, 14 Apr 2005 11:32:28 +0000 Subject: [PATCH] Define WINUSERAPI. --- include/winuser.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/winuser.h b/include/winuser.h index e6356a03695..8c83a397aee 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -19,6 +19,12 @@ #ifndef _WINUSER_ #define _WINUSER_ +#if !defined(_USER32_) +#define WINUSERAPI DECLSPEC_IMPORT +#else +#define WINUSERAPI +#endif + #ifndef RC_INVOKED #include #endif