reactos/dll/win32/ws2_32_new/inc/ws2_32.h
Amine Khaldi 178300c8a6 * Sync to trunk HEAD (r53318).
* Fix PCH use in shell32.

svn path=/branches/shell32_new-bringup/; revision=53319
2011-08-19 17:45:34 +00:00

37 lines
772 B
C

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2.2 Library
* FILE: lib/ws2_32.h
* PURPOSE: WinSock 2.2 Main Header
*/
/* Definitions for NDK Usage */
#define WIN32_NO_STATUS
//#define _WIN32_WINNT 0x502
#define NTOS_MODE_USER
#define _CRT_SECURE_NO_DEPRECATE
#define WINSOCK_API_LINKAGE
/* C Header */
#include <stdio.h>
/* PSDK and NDK Headers */
#include <winsock2.h>
#include <ws2tcpip.h>
#include <ws2spi.h>
#include <ndk/umtypes.h>
#include <ndk/rtlfuncs.h>
#include <svcguid.h>
/* Winsock Helper Header */
#include <ws2help.h>
#include <nsp_dns.h>
/* Missing definitions */
#define SO_OPENTYPE 0x7008
#define SO_SYNCHRONOUS_NONALERT 0x20
/* Internal headers */
#include "ws2_32p.h"