Alexandre Julliard
|
1922c72b8a
|
Removed unnecessary inclusion of heap.h.
|
2001-07-25 00:43:29 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Dmitry Timoshkov
|
07b4422a01
|
Add stdcall->cdecl thunks for inet_network and getnetbyname.
|
2001-07-02 18:01:41 +00:00 |
Bang Jun-Young
|
3f7e282762
|
On NetBSD if_type is defined as a macro in /usr/include/net/if.h.
Undefine it to avoid a conflict.
|
2001-05-09 19:45:30 +00:00 |
Joerg Mayer
|
793e1179ac
|
Use of proper test gets rid of a signed/unsigned warning.
|
2001-04-17 17:30:44 +00:00 |
Michael Stefaniuc
|
7fa17d24c0
|
Implemented WsControl command with id 0x101.
|
2001-02-28 05:17:44 +00:00 |
James Juran
|
f4d5fefb0a
|
Add <string.h> to files that needed it.
|
2001-01-26 20:43:40 +00:00 |
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 |