ReactOS 0.4.15-dev-7842-g558ab78
precomp.h
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS DNS Shared Library
4 * FILE: lib/dnslib/precomp.h
5 * PURPOSE: DNSLIB Precompiled Header
6 */
7
8#define _CRT_SECURE_NO_DEPRECATE
9#define _WIN32_WINNT 0x502
10#define WIN32_NO_STATUS
11
12/* PSDK Headers */
13#include <winsock2.h>
14#include <ws2tcpip.h>
15#include <windns.h>
16
17/* DNSLIB and DNSAPI Headers */
18#include <dnslib.h>
19#include <windnsp.h>
20
21/* NDK */
22#include <rtlfuncs.h>
23
24/* EOF */