Commit c3caaea2 authored by Michael Lin's avatar Michael Lin Committed by Alexandre Julliard

Define WINUSERAPI.

parent d46cc363
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment