[Bug 6155] CreateIoCompletionPort and related functions not implemented

Wine Bugs wine-bugs at winehq.org
Thu Dec 14 13:12:17 CST 2006


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





------- Additional Comments From sites at cheimes.de  2006-14-12 13:12 -------
Created an attachment (id=4308)
 --> (http://bugs.winehq.org/attachment.cgi?id=4308&action=view)
non working IoCompletion patch (part 1)

I
found a patch created by Robert Shearman which adds IoCompletion to
WINE. The patch is very old (2004?) and doesn't apply against the
current development version of wine.

I merged the patch manually into the source tree but my knowdledge of
WINE is limited (zero *g*). My patched source tree doesn't compile:

make[2]: Betrete Verzeichnis '/home/heimes/dev/misc/wine-io/dlls/winecrt0'
gcc -c -I. -I. -I../../include -I../../include	-D__WINESRC__
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith
-fno-stack-protector  -o drv_entry.o drv_entry.c
In file included from drv_entry.c:23:
../../include/winternl.h:2377: error: expected declaration specifiers or
‘...’ before ‘LPOVERLAPPED’
../../include/winternl.h:2378: error: expected declaration specifiers or
‘...’ before ‘LPOVERLAPPED’
make[2]: *** [drv_entry.o] Fehler 1

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