Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
380 B

  1. /*++
  2. Copyright (c) 1996-2000 Microsoft Corporation
  3. Module Name:
  4. dns.h
  5. Abstract:
  6. Domain Name System (DNS)
  7. General DNS definitions.
  8. Author:
  9. Jim Gilroy (jamesg) December 7, 1996
  10. Revision History:
  11. --*/
  12. #ifndef _DNS_INCLUDED_
  13. #define _DNS_INCLUDED_
  14. //
  15. // Note: this file is dead! DO NOT INCLUDE!!!
  16. //
  17. #include <dnsapi.h>
  18. #endif // _DNS_INCLUDED_