projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92fefd0
)
[KMTESTS:RTL]
author
Thomas Faber
<thomas.faber@reactos.org>
Sun, 26 Jul 2015 08:05:07 +0000
(08:05 +0000)
committer
Thomas Faber
<thomas.faber@reactos.org>
Sun, 26 Jul 2015 08:05:07 +0000
(08:05 +0000)
- Fix build
CORE-9947
svn path=/trunk/; revision=68574
rostests/kmtests/rtl/RtlIntSafe.c
patch
|
blob
|
history
diff --git
a/rostests/kmtests/rtl/RtlIntSafe.c
b/rostests/kmtests/rtl/RtlIntSafe.c
index
1e59b87
..
bc8bd28
100644
(file)
--- a/
rostests/kmtests/rtl/RtlIntSafe.c
+++ b/
rostests/kmtests/rtl/RtlIntSafe.c
@@
-7,6
+7,7
@@
#define KMT_EMULATE_KERNEL
#include <kmt_test.h>
+#define ENABLE_INTSAFE_SIGNED_FUNCTIONS
#include <ntintsafe.h>
START_TEST(RtlIntSafe)
@@
-18,6
+19,7
@@
START_TEST(RtlIntSafe)
UINT UIntResult;
USHORT UShortResult;
SHORT ShortResult;
+ LONGLONG LongLongResult;
#define TEST_CONVERSION(FromName, FromType, ToName, ToType, Print, Value, Expected, ExpectedStatus) \
do \