mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +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:
parent
00c90a28a5
commit
130b966aec
2 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue