ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

precomp.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.