put ReadFileEx, WriteFileEx in files/file.c

Mike McCormack mike_mccormack at start.com.au
Mon Jul 2 04:05:52 CDT 2001


WriteFileEx was declared in winbase.h, but ReadFileEx wasn't;
ReadFileEx was stubbed in win32/file.c, but WriteFileEx wasn't.

This patch moves both stubs to files/file.c and declares both
functions in include/winbase.h, ready for implementation.

After these are implemented, they can probably be used to replace use
of the service thread in ReadComm16 and WriteComm16.

Mike

ChangeLog:
* declare stubs for ReadFileEx, WriteFileEx




------------------------------------------
mailto:Mike_McCormack at looksmart.com.au
ph +82 16 430 0425

__________________________________________________________________
Get your free Australian email account at http://www.Looksmart.com.au
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fileex.patch
Type: application/octet-stream
Size: 4185 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20010702/3c545cfb/fileex.obj


More information about the wine-patches mailing list