mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +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(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
|
||||
|
|
Loading…
Reference in a new issue