Add files missing in previous checkin

This commit is contained in:
Corinna Vinschen
2012-07-06 13:53:23 +00:00
parent db80f635c1
commit acddda4bf9
2 changed files with 52 additions and 65 deletions

View File

@ -10,6 +10,15 @@ This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
#define __INSIDE_CYGWIN_NET__
#define USE_SYS_TYPES_FD_SET
#include <winsup.h>
#include <ws2tcpip.h>
#include <iphlpapi.h>
#include <windns.h>
#include <ntdef.h>
#include "ntdll.h"
#undef h_errno
#include "minires.h"
#ifdef __CYGWIN__
@ -24,13 +33,6 @@ details. */
#undef NOERROR
#undef DELETE
#include <windows.h>
#include <iphlpapi.h>
#include <windns.h>
#include <ntdef.h>
#include "ntdll.h"
#include <wchar.h>
/***********************************************************************
* write_record: Translates a Windows DNS record into a compressed record
***********************************************************************/