Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenws2_32.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS WinSock 2.2 Library 00004 * FILE: lib/ws2_32.h 00005 * PURPOSE: WinSock 2.2 Main Header 00006 */ 00007 00008 /* Definitions for NDK Usage */ 00009 #define WIN32_NO_STATUS 00010 //#define _WIN32_WINNT 0x502 00011 #define NTOS_MODE_USER 00012 #define _CRT_SECURE_NO_DEPRECATE 00013 #define WINSOCK_API_LINKAGE 00014 00015 /* C Header */ 00016 #include <stdio.h> 00017 00018 /* PSDK and NDK Headers */ 00019 #include <winsock2.h> 00020 #include <ws2tcpip.h> 00021 #include <ws2spi.h> 00022 #include <ndk/umtypes.h> 00023 #include <ndk/rtlfuncs.h> 00024 #include <svcguid.h> 00025 00026 /* Winsock Helper Header */ 00027 #include <ws2help.h> 00028 00029 #include <nsp_dns.h> 00030 00031 /* Missing definitions */ 00032 #define SO_OPENTYPE 0x7008 00033 #define SO_SYNCHRONOUS_NONALERT 0x20 00034 00035 /* Internal headers */ 00036 #include "ws2_32p.h" Generated on Mon May 28 2012 04:26:39 for ReactOS by
1.7.6.1
|