define WINUSERAPI

Michael Lin mlin at corvu.com.au
Wed Apr 13 22:41:08 CDT 2005


ChangeLog:
* define WINUSERAPI

-------------- next part --------------
Index: include/winuser.h
===================================================================
RCS file: /home/wine/wine/include/winuser.h,v
retrieving revision 1.214
diff -u -r1.214 winuser.h
--- include/winuser.h	24 Mar 2005 19:15:41 -0000	1.214
+++ include/winuser.h	14 Apr 2005 03:37:58 -0000
@@ -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


More information about the wine-patches mailing list