From 1bb602a345dac9c2e4f8eecd8e91585ca918aa1f Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Mon, 20 Jun 2005 20:26:14 +0000 Subject: [PATCH] Don't use DDK, use NDK for wshirda and ws2help svn path=/trunk/; revision=16179 --- reactos/lib/ws2help/ws2help.h | 4 ++-- reactos/lib/wshirda/wshirda.c | 4 ---- reactos/lib/wshirda/wshirda.h | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/reactos/lib/ws2help/ws2help.h b/reactos/lib/ws2help/ws2help.h index 0a43da9187e..ea9cd193625 100644 --- a/reactos/lib/ws2help/ws2help.h +++ b/reactos/lib/ws2help/ws2help.h @@ -7,10 +7,10 @@ #ifndef __WS2HELP_H #define __WS2HELP_H -#include -#include #include #include +#define NTOS_MODE_USER +#include #include #define EXPORT STDCALL diff --git a/reactos/lib/wshirda/wshirda.c b/reactos/lib/wshirda/wshirda.c index 49760550a2e..9c91f5361ed 100644 --- a/reactos/lib/wshirda/wshirda.c +++ b/reactos/lib/wshirda/wshirda.c @@ -16,10 +16,6 @@ DWORD DebugTraceLevel = MAX_TRACE; #endif /* DBG */ -/* To make the linker happy */ -VOID STDCALL KeBugCheck (ULONG BugCheckCode) {} - - BOOL EXPORT DllMain(HANDLE hInstDll, diff --git a/reactos/lib/wshirda/wshirda.h b/reactos/lib/wshirda/wshirda.h index 4703aa142ca..1f7149d4b45 100644 --- a/reactos/lib/wshirda/wshirda.h +++ b/reactos/lib/wshirda/wshirda.h @@ -7,10 +7,10 @@ #ifndef __WSHIRDA_H #define __WSHIRDA_H -#include -#include #include #include +#define NTOS_MODE_USER +#include #include #define EXPORT STDCALL