Author: tkreuzer Date: Mon Sep 15 21:08:00 2014 New Revision: 64164
URL: http://svn.reactos.org/svn/reactos?rev=64164&view=rev Log: [ADVAPI32_APITEST] - Fix linux build
Modified: trunk/rostests/apitests/advapi32/RtlEncryptMemory.c
Modified: trunk/rostests/apitests/advapi32/RtlEncryptMemory.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/advapi32/RtlEncry... ============================================================================== --- trunk/rostests/apitests/advapi32/RtlEncryptMemory.c [iso-8859-1] (original) +++ trunk/rostests/apitests/advapi32/RtlEncryptMemory.c [iso-8859-1] Mon Sep 15 21:08:00 2014 @@ -11,7 +11,7 @@ #include <windows.h> #include <ndk/ntndk.h> #include <winsafer.h> -#include <Ntsecapi.h> +#include <ntsecapi.h>
START_TEST(RtlEncryptMemory) {