Jon Griffiths
|
4ab1558d8a
|
- Remove <string.h> from winnt.h.
- ntdll: complete crt functions, prevent libc imports, fix sscanf.
|
2001-01-22 02:17:29 +00:00 |
James Hatheway
|
4bed8266e0
|
In WsControl, don't mix Linux and Wine socket calls. Always use Wine calls.
Added hack for missing WINAPI in Unix socket() definition.
|
2001-01-17 20:19:14 +00:00 |
Stefan Leichter
|
73db900aae
|
Implemented EnumProtocolA/W.
|
2001-01-12 23:15:54 +00:00 |
Mike McCormack
|
dcd9c37a9a
|
Returning success for unknown WSCNTL_TCPIP_QUERY_INFO code makes win98
winipcfg work.
|
2001-01-05 22:16:11 +00:00 |
Alexandre Julliard
|
719c3a84cc
|
Use ioctlsocket() instead of ioctl() so that we can import ws2_32.dll
again (untested).
|
2000-12-02 23:46:10 +00:00 |
Alexandre Julliard
|
3a0f8b7953
|
Finished separation of shell32 and wsock32.
|
2000-12-01 20:48:41 +00:00 |
David Elliott
|
ea186796eb
|
Remove libXXXX.so.1.0 lines from .cvsignore files.
|
2000-11-30 19:57:34 +00:00 |
Alexandre Julliard
|
eb58e1d597
|
Declare debug channels in all dlls that need them; added imports of
ntdll where necessary.
|
2000-11-05 04:53:07 +00:00 |
James Hatheway
|
bf3e2e9fb0
|
Portability fixes.
|
2000-07-25 17:45:50 +00:00 |
James Hatheway
|
c9d258274d
|
Adds an initial WSAIoctl function with support for only the
SIO_GET_INTERFACE_LIST command. Adds initial code to WsControl
function to support the WSCNTL_TCPIP_QUERY_INFO command.
|
2000-07-23 19:28:24 +00:00 |
Alexandre Julliard
|
c607532ae4
|
Created separate libraries for dplay, shfolder, shlwapi, wow32 and
wsock32 so that we have at most one Win32 dll in each .so library.
|
2000-07-09 11:19:35 +00:00 |