[WS2_32_NEW]

* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61839
This commit is contained in:
Amine Khaldi 2014-01-26 19:40:58 +00:00
parent 1d30ac9d19
commit cf5fded068
37 changed files with 42 additions and 43 deletions

View file

@ -23,11 +23,8 @@
#include <winreg.h> #include <winreg.h>
#include <winnls.h> #include <winnls.h>
#include <winuser.h> #include <winuser.h>
#include <ws2tcpip.h>
#include <ws2spi.h> #include <ws2spi.h>
//#include <ndk/umtypes.h>
#include <ndk/rtlfuncs.h> #include <ndk/rtlfuncs.h>
//#include <svcguid.h>
/* Winsock Helper Header */ /* Winsock Helper Header */
#include <ws2help.h> #include <ws2help.h>

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG

View file

@ -7,8 +7,11 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
#include <ws2tcpip.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -7,9 +7,11 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
/* DATA **********************************************************************/ /* DATA **********************************************************************/
BOOLEAN WsAsyncThreadInitialized; BOOLEAN WsAsyncThreadInitialized;
LONG WsAsyncTaskHandle; LONG WsAsyncTaskHandle;
PLIST_ENTRY WsAsyncQueue; PLIST_ENTRY WsAsyncQueue;

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
/* DATA **********************************************************************/ /* DATA **********************************************************************/

View file

@ -7,9 +7,8 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h>
/* DATA **********************************************************************/ #include <ws2_32.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/

View file

@ -13,6 +13,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
/* DATA **********************************************************************/ /* DATA **********************************************************************/

View file

@ -7,9 +7,11 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
/* DATA **********************************************************************/ /* DATA **********************************************************************/
PWSPROCESS CurrentWsProcess; PWSPROCESS CurrentWsProcess;
#define WsProcLock() EnterCriticalSection((LPCRITICAL_SECTION)&Process->ThreadLock); #define WsProcLock() EnterCriticalSection((LPCRITICAL_SECTION)&Process->ThreadLock);

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
/* DATA **********************************************************************/ /* DATA **********************************************************************/

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
BOOL BOOL

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
HANDLE HANDLE

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
/* DATA **********************************************************************/ /* DATA **********************************************************************/

View file

@ -7,9 +7,8 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h>
/* DATA **********************************************************************/ #include <ws2_32.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
/* DATA **********************************************************************/ /* DATA **********************************************************************/

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
LPSTR LPSTR

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,13 +7,12 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -7,6 +7,7 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h> #include <ws2_32.h>
//#define NDEBUG //#define NDEBUG

View file

@ -7,9 +7,8 @@
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ws2_32.h>
/* DATA **********************************************************************/ #include <ws2_32.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/