mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +00:00
[KMTESTS:RTL]
- Fix build CORE-9947 svn path=/trunk/; revision=68574
This commit is contained in:
parent
92fefd09ba
commit
10d23d4e83
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
#define KMT_EMULATE_KERNEL
|
#define KMT_EMULATE_KERNEL
|
||||||
#include <kmt_test.h>
|
#include <kmt_test.h>
|
||||||
|
#define ENABLE_INTSAFE_SIGNED_FUNCTIONS
|
||||||
#include <ntintsafe.h>
|
#include <ntintsafe.h>
|
||||||
|
|
||||||
START_TEST(RtlIntSafe)
|
START_TEST(RtlIntSafe)
|
||||||
|
@ -18,6 +19,7 @@ START_TEST(RtlIntSafe)
|
||||||
UINT UIntResult;
|
UINT UIntResult;
|
||||||
USHORT UShortResult;
|
USHORT UShortResult;
|
||||||
SHORT ShortResult;
|
SHORT ShortResult;
|
||||||
|
LONGLONG LongLongResult;
|
||||||
|
|
||||||
#define TEST_CONVERSION(FromName, FromType, ToName, ToType, Print, Value, Expected, ExpectedStatus) \
|
#define TEST_CONVERSION(FromName, FromType, ToName, ToType, Print, Value, Expected, ExpectedStatus) \
|
||||||
do \
|
do \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue