mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WS2_32]
* Improve the PCH. svn path=/trunk/; revision=53170
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#ifndef __WS2_32_H
|
||||
#define __WS2_32_H
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
@@ -23,6 +24,12 @@
|
||||
#include <debug.h>
|
||||
#include <windns.h> // DNS_A_DATA
|
||||
|
||||
#include <w32api.h>
|
||||
|
||||
#include "catalog.h"
|
||||
#include "handle.h"
|
||||
#include "upcall.h"
|
||||
|
||||
#define EXPORT WINAPI
|
||||
|
||||
extern HINSTANCE g_hInstDll;
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
* REVISIONS:
|
||||
* CSH 15/06-2001 Created
|
||||
*/
|
||||
#include <ws2_32.h>
|
||||
|
||||
#include "ws2_32.h"
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
|
||||
@@ -7,9 +7,8 @@
|
||||
* REVISIONS:
|
||||
* CSH 01/09-2000 Created
|
||||
*/
|
||||
#include <ws2_32.h>
|
||||
#include <catalog.h>
|
||||
|
||||
#include "ws2_32.h"
|
||||
|
||||
LIST_ENTRY CatalogListHead;
|
||||
CRITICAL_SECTION CatalogLock;
|
||||
|
||||
@@ -8,11 +8,7 @@
|
||||
* CSH 01/09-2000 Created
|
||||
*/
|
||||
|
||||
#include <w32api.h>
|
||||
#include <ws2_32.h>
|
||||
#include <catalog.h>
|
||||
#include <handle.h>
|
||||
#include <upcall.h>
|
||||
#include "ws2_32.h"
|
||||
|
||||
#if DBG
|
||||
|
||||
|
||||
@@ -7,9 +7,8 @@
|
||||
* REVISIONS:
|
||||
* CSH 01/09-2000 Created
|
||||
*/
|
||||
#include <ws2_32.h>
|
||||
#include <handle.h>
|
||||
|
||||
#include "ws2_32.h"
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
|
||||
@@ -7,9 +7,8 @@
|
||||
* REVISIONS:
|
||||
* CSH 01/09-2000 Created
|
||||
*/
|
||||
#include <ws2_32.h>
|
||||
#include <handle.h>
|
||||
#include <catalog.h>
|
||||
|
||||
#include "ws2_32.h"
|
||||
|
||||
PPROVIDER_HANDLE_BLOCK ProviderHandleTable;
|
||||
CRITICAL_SECTION ProviderHandleTableLock;
|
||||
|
||||
@@ -7,9 +7,8 @@
|
||||
* REVISIONS:
|
||||
* CSH 01/09-2000 Created
|
||||
*/
|
||||
#include <ctype.h>
|
||||
#include <ws2_32.h>
|
||||
#include <winbase.h>
|
||||
|
||||
#include "ws2_32.h"
|
||||
|
||||
#ifndef BUFSIZ
|
||||
#define BUFSIZ 1024
|
||||
|
||||
@@ -8,11 +8,7 @@
|
||||
* CSH 01/09-2000 Created
|
||||
*/
|
||||
|
||||
#include <w32api.h>
|
||||
#include <ws2_32.h>
|
||||
#include <catalog.h>
|
||||
#include <handle.h>
|
||||
|
||||
#include "ws2_32.h"
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
|
||||
@@ -7,9 +7,8 @@
|
||||
* REVISIONS:
|
||||
* CSH 01/09-2000 Created
|
||||
*/
|
||||
#include <ws2_32.h>
|
||||
#include <catalog.h>
|
||||
#include <handle.h>
|
||||
|
||||
#include "ws2_32.h"
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
|
||||
@@ -7,9 +7,8 @@
|
||||
* REVISIONS:
|
||||
* CSH 01/09-2000 Created
|
||||
*/
|
||||
#include <ws2_32.h>
|
||||
#include <catalog.h>
|
||||
#include <handle.h>
|
||||
|
||||
#include "ws2_32.h"
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
|
||||
Reference in New Issue
Block a user