Define WINUSERAPI.

oldstable
Michael Lin 2005-04-14 11:32:28 +00:00 committed by Alexandre Julliard
parent d46cc36347
commit c3caaea21d
1 changed files with 6 additions and 0 deletions

View File

@ -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