Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Hans Leidekker
|
4e3b3debef
|
dnsapi: Win64 printf format warning fixes.
|
2006-10-02 14:32:19 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
5cf75e615a
|
makefiles: Only run test and documentation targets in directories that need them.
|
2006-08-28 13:37:44 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
Hans Leidekker
|
02ca30e8f9
|
dnsapi: Fall back to a netbios query when a dns query fails.
|
2006-06-01 11:08:01 +02:00 |
Hans Leidekker
|
4cbbce8ea6
|
dnsapi: Add DNS message parsing routines from BIND.
|
2006-05-30 19:33:04 +02:00 |
Hans Leidekker
|
da1d724c40
|
dnsapi: Partially implement DnsQueryConfig.
|
2006-05-09 11:55:24 +02:00 |
Hans Leidekker
|
c6c1e05dc5
|
dnsapi: Implement DnsRecordCompare.
|
2006-05-07 10:05:22 +02:00 |
Hans Leidekker
|
2d6d4e9674
|
dnsapi: Add a configure check for the resolver library and header.
|
2006-04-10 15:56:35 +02:00 |
Hans Leidekker
|
975899aa83
|
dnsapi: Add a test for DnsNameCompare_A.
|
2006-04-10 15:53:04 +02:00 |
Hans Leidekker
|
486e3b32e2
|
dnsapi: Implement DnsNameCompare_{A,W}.
|
2006-04-10 15:48:48 +02:00 |
Hans Leidekker
|
6b1dded3b5
|
dnsapi: Add a stub implementation of dnsapi.dll.
|
2006-04-10 15:44:59 +02:00 |