mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[XDK] Add some workarounds for the UM/KM types mismatches.
svn path=/trunk/; revision=68057
This commit is contained in:
parent
725b5f5a6e
commit
42d76b52a0
2 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
$define(UCHAR=UCHAR)
|
||||
$define(ULONG=ULONG)
|
||||
|
||||
/* Dependencies */
|
||||
#include <ntddk.h>
|
||||
#include <excpt.h>
|
||||
|
|
|
@ -76,6 +76,8 @@ __drv_Mode_impl(WDM_INCLUDED)
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
$define(ULONG=ULONG)
|
||||
|
||||
#if !defined(_NTHALDLL_) && !defined(_BLDR_)
|
||||
#define NTHALAPI DECLSPEC_IMPORT
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue