Robert Shearman
|
4fee52683b
|
Fix size passed to lstrcpynA function - sizeof(string) == 4 not 16 as
needed.
|
2005-06-13 10:01:20 +00:00 |
Peter Berg Larsen
|
e732fc023d
|
Janitorial: Get rid of strncpy/strncpyW.
|
2005-03-28 14:17:51 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Juan Lang
|
76d8779c6f
|
- use Heap functions rather than libc for mem allocation
- document a bunch of functions
|
2004-12-13 13:21:39 +00:00 |
Hans Leidekker
|
fe442b21f7
|
Fix signed/unsigned comparison warnings.
|
2004-09-08 01:23:57 +00:00 |
Robert Lunnon
|
761fce5261
|
Corrected code to acquire mtu under Solaris.
|
2004-01-14 05:31:23 +00:00 |
Juan Lang
|
50b7cf0433
|
- fixes thread safety issues
- fixes problems with non-IP (e.g. IPX) addresses
- updates comments to reflect winsock, netapi32 changes
|
2003-11-30 06:03:21 +00:00 |
Dmitry Timoshkov
|
2581db8f6a
|
Fixed some problems found while compiling and linking Wine under
Cygwin.
|
2003-10-14 05:27:43 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Patrik Stridvall
|
ba78aac406
|
Fixed some issues found by winapi_check.
|
2003-08-08 21:07:23 +00:00 |
Robert Lunnon
|
00c74e940d
|
Fixed some compile problems under Solaris.
|
2003-07-09 21:55:09 +00:00 |
Alexandre Julliard
|
b168f12a48
|
Fixed wrong length argument in getInterfacePhysicalByName.
|
2003-05-21 18:26:00 +00:00 |
Alexandre Julliard
|
18ae9b3da6
|
Fixed some string overflows.
|
2003-05-13 04:49:15 +00:00 |
Juan Lang
|
38fa5ad1bc
|
Added an implementation of iphlpapi.dll; most Get* functions
introduced through Win98 are included.
|
2003-05-13 03:32:20 +00:00 |