* Improve the PCH.

svn path=/trunk/; revision=53170
This commit is contained in:
Amine Khaldi
2011-08-10 23:04:40 +00:00
parent 0c577da443
commit 33d019d677
10 changed files with 21 additions and 27 deletions
@@ -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;
+2 -1
View File
@@ -7,7 +7,8 @@
* REVISIONS:
* CSH 15/06-2001 Created
*/
#include <ws2_32.h>
#include "ws2_32.h"
/*
* @implemented
+1 -2
View File
@@ -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;
+1 -5
View File
@@ -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
+1 -2
View File
@@ -7,9 +7,8 @@
* REVISIONS:
* CSH 01/09-2000 Created
*/
#include <ws2_32.h>
#include <handle.h>
#include "ws2_32.h"
/*
* @implemented
+2 -3
View File
@@ -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;
+2 -3
View File
@@ -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
+1 -5
View File
@@ -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
+2 -3
View File
@@ -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
+2 -3
View File
@@ -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