Author: tfaber
Date: Sun Jul 26 08:05:07 2015
New Revision: 68574
URL:
http://svn.reactos.org/svn/reactos?rev=68574&view=rev
Log:
[KMTESTS:RTL]
- Fix build
CORE-9947
Modified:
trunk/rostests/kmtests/rtl/RtlIntSafe.c
Modified: trunk/rostests/kmtests/rtl/RtlIntSafe.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/rtl/RtlIntSafe.c?…
==============================================================================
--- trunk/rostests/kmtests/rtl/RtlIntSafe.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/rtl/RtlIntSafe.c [iso-8859-1] Sun Jul 26 08:05:07 2015
@@ -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 @@
UINT UIntResult;
USHORT UShortResult;
SHORT ShortResult;
+ LONGLONG LongLongResult;
#define TEST_CONVERSION(FromName, FromType, ToName, ToType, Print, Value, Expected,
ExpectedStatus) \
do
\