mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[XDK] Add some workarounds for the UM/KM types mismatches.
svn path=/trunk/; revision=68060
This commit is contained in:
@@ -32,6 +32,7 @@ extern "C" {
|
||||
|
||||
$define(UCHAR=UCHAR)
|
||||
$define(ULONG=ULONG)
|
||||
$define(USHORT=USHORT)
|
||||
|
||||
/* Dependencies */
|
||||
#include <ntddk.h>
|
||||
|
||||
@@ -76,7 +76,9 @@ __drv_Mode_impl(WDM_INCLUDED)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
$define(UCHAR=UCHAR)
|
||||
$define(ULONG=ULONG)
|
||||
$define(USHORT=USHORT)
|
||||
|
||||
#if !defined(_NTHALDLL_) && !defined(_BLDR_)
|
||||
#define NTHALAPI DECLSPEC_IMPORT
|
||||
|
||||
Reference in New Issue
Block a user