[KMTEST:RTL] RtlException: Remove '#if CORE_6640_IS_FIXED'
authorSerge Gautherie <reactos-git_serge_171003@gautherie.fr>
Thu, 13 Dec 2018 02:18:18 +0000 (03:18 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Thu, 13 Dec 2018 20:36:10 +0000 (21:36 +0100)
On behalf of VĂ­ctor Martinez.
CORE-8773

modules/rostests/kmtests/rtl/RtlException.c

index a8b76a3..0c54201 100644 (file)
@@ -158,7 +158,6 @@ START_TEST(RtlException)
 
     /* We cannot test this in kernel mode easily - the stack is just "somewhere"
      * in system space, and there's no guard page below it */
-#if CORE_6640_IS_FIXED
 #ifdef KMT_USER_MODE
     /* Overflow the stack - must cause a special exception */
     KmtStartSeh()
@@ -171,5 +170,4 @@ START_TEST(RtlException)
         }
     KmtEndSeh(STATUS_STACK_OVERFLOW);
 #endif
-#endif /* CORE_6640_IS_FIXED */
 }