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 \