From 10d23d4e836345bfc5b29022fa1f7d1fc7d5395d Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 26 Jul 2015 08:05:07 +0000 Subject: [PATCH 1/1] [KMTESTS:RTL] - Fix build CORE-9947 svn path=/trunk/; revision=68574 --- rostests/kmtests/rtl/RtlIntSafe.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rostests/kmtests/rtl/RtlIntSafe.c b/rostests/kmtests/rtl/RtlIntSafe.c index 1e59b873b38..bc8bd2854ec 100644 --- a/rostests/kmtests/rtl/RtlIntSafe.c +++ b/rostests/kmtests/rtl/RtlIntSafe.c @@ -7,6 +7,7 @@ #define KMT_EMULATE_KERNEL #include +#define ENABLE_INTSAFE_SIGNED_FUNCTIONS #include 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 \ -- 2.17.1