Francois Gouget
|
386cf6e342
|
When including 'wine/port.h', include it first.
Remove redundant 'config.h' includes.
|
2001-10-14 16:25:47 +00:00 |
Patrik Stridvall
|
e668a9dbbf
|
Added new include file ws2spi.h for adding needed types.
|
2001-10-09 21:48:22 +00:00 |
Andreas Mohr
|
306400541e
|
Added stub for WSApSetPostRoutine.
|
2001-10-01 20:52:23 +00:00 |
Alexandre Julliard
|
301df6b5cd
|
Added names to standard critical sections (suggested by Andreas
Mohr).
|
2001-08-16 18:12:56 +00:00 |
Alexandre Julliard
|
1922c72b8a
|
Removed unnecessary inclusion of heap.h.
|
2001-07-25 00:43:29 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Alexandre Julliard
|
7d5bc5c3f9
|
Removed some direct accesses to the 16-bit task structure.
|
2001-01-15 20:09:09 +00:00 |
Alexandre Julliard
|
982a223f36
|
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
Fixed a few ptr/segptr mismatches.
Moved CONV_RECT/POINT macros to wingdi16.h.
|
2000-12-13 20:20:09 +00:00 |
Hidenori Takeshima
|
5d1a6385e1
|
Added checking for netdb.h.
Don't include arpa/inet.h and sys/socket.h if system doesn't have these headers.
|
2000-11-26 04:00:53 +00:00 |
Rein Klazes
|
ff7a61f8d3
|
Make calls to gethostbyname, gethostbyaddr, getservbyname,
getservbyport, getprotobyname and getprotobynumber thread-safe.
|
2000-09-24 19:41:57 +00:00 |
Alexandre Julliard
|
5ab9d860f2
|
Removed some unnecessary #includes and dll dependencies.
|
2000-08-09 22:35:05 +00:00 |
Andreas Mohr
|
ae50941ae5
|
Fixed the Win16/Win32 structure size/alignment differences of
ws_hostent, ws_protoent, ws_servent, ws_netent.
|
2000-08-03 22:19:09 +00:00 |
Eric Pouech
|
37f5c11118
|
Insured that all parameters of async functions are copied before
returnig from request.
|
2000-07-23 14:17:51 +00:00 |
Rein Klazes
|
e9b2f3c0f4
|
Convert service and protocol names to lowercase before calling
getservby{name|port} and getprotoby{name|port}.
|
2000-04-18 11:54:59 +00:00 |
Rein Klazes
|
ce77ea90b5
|
Corrected error handling for ws_getprotobyname/number.
Made the Async error returns the same as the normal functions.
|
2000-04-06 19:31:38 +00:00 |
Patrik Stridvall
|
2d6457c11a
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
Patrik Stridvall
|
6cc47d4924
|
Removed a lot of unnecessary includes and fixed the compile errors.
|
2000-03-08 18:26:56 +00:00 |
Alexandre Julliard
|
de07869657
|
Moved winsock implementation to dlls/winsock.
|
2000-01-23 22:07:15 +00:00 |