[Bug 2354] Can't compiled, error at int13.0

Wine Bugs wine-bugs at winehq.org
Sat Sep 4 10:06:02 CDT 2004


http://bugs.winehq.org/show_bug.cgi?id=2354





------- Additional Comments From rklazes at xs4all.nl  2004-04-09 10:06 -------
Does this patch help (with original fd.h) ?

--- wine/dlls/winedos/int13.c   2004-08-18 15:25:52.000000000 +0200
+++ mywine/dlls/winedos/int13.c 2004-09-04 17:02:08.000000000 +0200
@@ -31,6 +31,9 @@
 #endif
 #include <fcntl.h>
 #ifdef linux
+#ifndef __user
+#define __user
+#endif
 # include <linux/fd.h>
 #endif



-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list