Don't use DDK, use NDK for wshirda and ws2help

svn path=/trunk/; revision=16179
This commit is contained in:
Alex Ionescu
2005-06-20 20:26:14 +00:00
parent 0669fda144
commit 1bb602a345
3 changed files with 4 additions and 8 deletions
+2 -2
View File
@@ -7,10 +7,10 @@
#ifndef __WS2HELP_H
#define __WS2HELP_H
#include <stdlib.h>
#include <ddk/ntddk.h>
#include <wsahelp.h>
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <debug.h>
#define EXPORT STDCALL
-4
View File
@@ -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,
+2 -2
View File
@@ -7,10 +7,10 @@
#ifndef __WSHIRDA_H
#define __WSHIRDA_H
#include <stdlib.h>
#include <ddk/ntddk.h>
#include <wsahelp.h>
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <debug.h>
#define EXPORT STDCALL