Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenprecomp.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS DNS Shared Library 00004 * FILE: lib/dnslib/precomp.h 00005 * PURPOSE: DNSLIB Precompiled Header 00006 */ 00007 00008 #define _CRT_SECURE_NO_DEPRECATE 00009 #define _WIN32_WINNT 0x502 00010 #define WIN32_NO_STATUS 00011 00012 /* PSDK Headers */ 00013 #include <winsock2.h> 00014 #include <ws2tcpip.h> 00015 #include <windns.h> 00016 00017 /* DNSLIB and DNSAPI Headers */ 00018 #include <dnslib.h> 00019 #include <windnsp.h> 00020 00021 /* NDK */ 00022 #include <rtlfuncs.h> 00023 00024 /* EOF */ Generated on Thu May 24 2012 04:16:25 for ReactOS by
1.7.6.1
|