mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:52:56 +00:00
[DNSAPI]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61762
This commit is contained in:
parent
a8bce773fa
commit
20a454e741
4 changed files with 11 additions and 6 deletions
|
@ -8,14 +8,17 @@
|
||||||
|
|
||||||
/* INCLUDES ******************************************************************/
|
/* INCLUDES ******************************************************************/
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#include <stdarg.h>
|
||||||
#define WIN32_LEAN_AND_MEAN
|
|
||||||
#define NTOS_MODE_USER
|
|
||||||
|
|
||||||
/* PSDK/NDK Headers */
|
/* PSDK/NDK Headers */
|
||||||
#include <windows.h>
|
#define WIN32_NO_STATUS
|
||||||
//#include <winerror.h>
|
#define _INC_WINDOWS
|
||||||
|
#define COM_NO_WINDOWS_H
|
||||||
|
#include <windef.h>
|
||||||
|
#include <winbase.h>
|
||||||
|
#include <winnls.h>
|
||||||
#include <windns.h>
|
#include <windns.h>
|
||||||
|
#define NTOS_MODE_USER
|
||||||
#include <ndk/rtlfuncs.h>
|
#include <ndk/rtlfuncs.h>
|
||||||
|
|
||||||
/* Internal DNSAPI Headers */
|
/* Internal DNSAPI Headers */
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
DNS_STATUS WINAPI
|
DNS_STATUS WINAPI
|
||||||
|
|
|
@ -11,4 +11,4 @@ typedef struct
|
||||||
DNS_STATUS DnsIntTranslateAdnsToDNS_STATUS(int Status);
|
DNS_STATUS DnsIntTranslateAdnsToDNS_STATUS(int Status);
|
||||||
void DnsIntFreeRecordList(PDNS_RECORD ToFree);
|
void DnsIntFreeRecordList(PDNS_RECORD ToFree);
|
||||||
|
|
||||||
#endif//WINDNS_INTERNAL_H
|
#endif /* WINDNS_INTERNAL_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue