[NSLOOKUP]

* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61560
This commit is contained in:
Amine Khaldi 2014-01-07 17:01:18 +00:00
parent 00c90a28a5
commit 130b966aec
2 changed files with 5 additions and 3 deletions

View file

@ -8,6 +8,9 @@
#include "nslookup.h"
#include <winbase.h>
#include <iphlpapi.h>
STATE State;
HANDLE ProcessHeap;
ULONG RequestID;

View file

@ -1,12 +1,11 @@
#define WIN32_NO_STATUS
#include <stdarg.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#define _INC_WINDOWS
#include <winsock2.h>
#include <tchar.h>
#include <stdio.h>
#include <iphlpapi.h>
#define TypeA "A"
#define TypeAAAA "AAAA"