A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Colin Finck bdec9df44c Sync wininet with Wine. This fixes the Download! issue.
As we implement some more functions in the network stack now, I could remove some hacks from the "wininet_ros.diff" file.
Anyways, the following things still needed to be changed:
- Pass a variable to WriteFile for receiving the number of bytes written. This parameter is not checked for NULL in ReactOS and Windows, when lpOverlapped is also NULL.
  I'll submit a patch about this to Wine as well.
- Replace Unix poll() calls by equivalent select() calls
- Bypass sock_get_error(), directly call WSAGetLastError() as we don't have to translate Unix socket errors.

See issue #3197 for more details.

svn path=/trunk/; revision=33788
2008-05-31 13:02:59 +00:00
irc - remove now unneeded files 2008-05-18 16:04:19 +00:00
reactos Sync wininet with Wine. This fixes the Download! issue. 2008-05-31 13:02:59 +00:00
rosapps Stefan Ginsberg <stefan__100__@hotmail.com> 2008-05-29 16:00:20 +00:00
rostests patch by Jeffrey Morlan (mrnobo1024 at yahoo dot com) 2008-05-31 00:04:16 +00:00
wallpaper Re-add the "lake.bmp" wallpaper inclusion (partly imported from the deleted 0.3.1 branch, r26044) 2007-06-21 15:23:49 +00:00