mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
Don't use DDK, use NDK for wshirda and ws2help
svn path=/trunk/; revision=16179
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user