mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +00:00
[XDK] Add some workarounds for the UM/KM types mismatches.
svn path=/trunk/; revision=68060
This commit is contained in:
parent
62aa5d355b
commit
36447efe6e
2 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,7 @@ extern "C" {
|
||||||
|
|
||||||
$define(UCHAR=UCHAR)
|
$define(UCHAR=UCHAR)
|
||||||
$define(ULONG=ULONG)
|
$define(ULONG=ULONG)
|
||||||
|
$define(USHORT=USHORT)
|
||||||
|
|
||||||
/* Dependencies */
|
/* Dependencies */
|
||||||
#include <ntddk.h>
|
#include <ntddk.h>
|
||||||
|
|
|
@ -76,7 +76,9 @@ __drv_Mode_impl(WDM_INCLUDED)
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
$define(UCHAR=UCHAR)
|
||||||
$define(ULONG=ULONG)
|
$define(ULONG=ULONG)
|
||||||
|
$define(USHORT=USHORT)
|
||||||
|
|
||||||
#if !defined(_NTHALDLL_) && !defined(_BLDR_)
|
#if !defined(_NTHALDLL_) && !defined(_BLDR_)
|
||||||
#define NTHALAPI DECLSPEC_IMPORT
|
#define NTHALAPI DECLSPEC_IMPORT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue