PATCH: __user for capi

Marcus Meissner meissner at suse.de
Tue Aug 17 07:49:01 CDT 2004


Hi,

Ciao, Marcus

Changelog:
	Newer dependend linux headers have __user notations, which
	we need to provide. Define it to be empty.

--- wine-20040813/dlls/capi2032/cap20wxx.c
+++ wine-20040813/dlls/capi2032/cap20wxx.c
@@ -29,6 +29,7 @@
 # include <unistd.h>
 #endif
 
+#define __user
 #ifdef HAVE_LINUX_CAPI_H
 # include <linux/capi.h>
 #endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040817/d5186454/attachment.pgp


More information about the wine-patches mailing list