windows-nt/Source/XPSP1/NT/ds/published/inc/dns.w
2020-09-26 16:20:57 +08:00

34 lines
380 B
OpenEdge ABL

/*++
Copyright (c) 1996-2000 Microsoft Corporation
Module Name:
dns.h
Abstract:
Domain Name System (DNS)
General DNS definitions.
Author:
Jim Gilroy (jamesg) December 7, 1996
Revision History:
--*/
#ifndef _DNS_INCLUDED_
#define _DNS_INCLUDED_
//
// Note: this file is dead! DO NOT INCLUDE!!!
//
#include <dnsapi.h>
#endif // _DNS_INCLUDED_