Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmsafd.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS Ancillary Function Driver DLL 00004 * FILE: include/msafd.h 00005 * PURPOSE: Ancillary Function Driver DLL header 00006 */ 00007 00008 #define NTOS_MODE_USER 00009 #define WIN32_NO_STATUS 00010 #define _CRT_SECURE_NO_DEPRECATE 00011 #define _WIN32_WINNT 0x502 00012 00013 /* Winsock Headers */ 00014 #include <winsock2.h> 00015 #include <mswsock.h> 00016 #include <ws2spi.h> 00017 #include <ws2tcpip.h> 00018 #include <windns.h> 00019 #include <nspapi.h> 00020 #include <ws2atm.h> 00021 00022 /* NDK */ 00023 #include <rtlfuncs.h> 00024 #include <obfuncs.h> 00025 #include <exfuncs.h> 00026 #include <iofuncs.h> 00027 #include <kefuncs.h> 00028 00029 /* Shared NSP Header */ 00030 #include <nsp_dns.h> 00031 00032 /* Winsock 2 API Helper Header */ 00033 #include <ws2help.h> 00034 00035 /* Winsock Helper Header */ 00036 #include <wsahelp.h> 00037 00038 /* AFD/TDI Headers */ 00039 #include <tdi.h> 00040 #include <afd/shared.h> 00041 00042 /* DNSLIB/API Header */ 00043 #include <dnslib.h> 00044 #include <windnsp.h> 00045 00046 /* Library Headers */ 00047 #include "msafdlib.h" 00048 #include "rnr20lib.h" 00049 #include "wsmobile.h" 00050 #include "mswinsock.h" 00051 00052 /* EOF */ Generated on Sun May 27 2012 04:24:47 for ReactOS by
1.7.6.1
|