Resolve chained CNAME records
[reactos.git] / reactos / lib / dnsapi / dnsapi / names.c
index 7c74494..d1b1d90 100644 (file)
@@ -1,12 +1,7 @@
-#include <windows.h>
-#include <WinError.h>
-#include <windns.h>
-#include <internal/windns.h>
-#define NTOS_MODE_USER
-#include <ntos.h>
-#include <wchar.h>
-#include <string.h>
-#include <ctype.h>
+#include "precomp.h"
+
+#define NDEBUG
+#include <debug.h>
 
 static BOOL DnsIntNameContainsDots( LPCWSTR Name ) {
   return wcschr( Name, '.' ) ? TRUE : FALSE;