reactos/dll/win32/ws2_32_new/inc/ws2_32.h
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +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"