mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[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:
@@ -8,6 +8,9 @@
|
||||
|
||||
#include "nslookup.h"
|
||||
|
||||
#include <winbase.h>
|
||||
#include <iphlpapi.h>
|
||||
|
||||
STATE State;
|
||||
HANDLE ProcessHeap;
|
||||
ULONG RequestID;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user