Alexandre Julliard
|
49b7fdcfc0
|
Removed the broken mmap64 configure check, and moved the
_FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that
need the define include it.
|
2005-08-03 21:25:10 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +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 |
Francois Gouget
|
cfc3943c5f
|
Make our ascii strings static const.
Remove a couple string variables that were used only once and use the
string literal directly.
|
2004-05-04 04:13:05 +00:00 |
Alexandre Julliard
|
e8a339c1d2
|
Portability fixes for LSB compatibility.
|
2004-03-01 21:32:02 +00:00 |
Dmitry Timoshkov
|
2581db8f6a
|
Fixed some problems found while compiling and linking Wine under
Cygwin.
|
2003-10-14 05:27:43 +00:00 |
Daniel Marmier
|
a613de2a22
|
Use #ifdef instead of #if for all feature tests.
Check that _MSC_VER is defined before using it.
|
2003-09-30 00:33:47 +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 |
Juan Lang
|
5cab2b3503
|
Fixed bug parsing /proc/net/arp for arp table.
|
2003-09-02 00:55:48 +00:00 |
Gerald Pfeifer
|
8da2cbaa30
|
Unbreak getTcpTable() on Linux-based systems and make it work on BSD
and Solaris as well.
|
2003-06-16 19:37:36 +00:00 |
Gerald Pfeifer
|
6d1a1d49ac
|
In getTcpTable(), guard Linux-specific constants by #ifdef.
|
2003-05-15 22:55:04 +00:00 |
Gerald Pfeifer
|
9512ba5322
|
Add missing #includes for non-Linux systems.
|
2003-05-13 23:37:29 +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 |