reactos/base/services/dnsrslvr/dnsrslvr.rc
Eric Kohl d49d7b3282 [DNSRSLVR] Add the DNS Resolver Cache Service
Patch written by Peter Hater and Christoph von Wittich.

Slightly modified by me in order to
- fix bit-rot
- fix header include issues
- disable integration with dnsapi because of confusing use of DnsQweryEx().

Integration with dnsapi will follow in a future commit.

CORE-12159
2019-10-27 13:48:04 +01:00

5 lines
183 B
Plaintext

#define REACTOS_STR_FILE_DESCRIPTION "DNS-Client"
#define REACTOS_STR_INTERNAL_NAME "dnsrslvr"
#define REACTOS_STR_ORIGINAL_FILENAME "dnsrslvr.dll"
#include <reactos/version.rc>