From cc92aa149f166c6dd31d020bf17d7f77cfd92e22 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 9 Jan 2012 22:06:04 +0000 Subject: [PATCH] remove leftover spotted by Amine svn path=/trunk/; revision=54892 --- reactos/include/ddk/ntstrsafe.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/include/ddk/ntstrsafe.h b/reactos/include/ddk/ntstrsafe.h index 6b539a687cf..b44910b7db8 100644 --- a/reactos/include/ddk/ntstrsafe.h +++ b/reactos/include/ddk/ntstrsafe.h @@ -2069,9 +2069,6 @@ NTSTRSAFEAPI RtlStringLengthWorkerW(STRSAFE_LPCWSTR psz,size_t cchMax,size_t *pc #ifdef _MSC_VER #pragma warning(pop) -#ifdef _PREFAST_ -#pragma prefast(pop) -#endif /* _PREFAST_ */ #endif /* _MSC_VER */ #endif /* _NTSTRSAFE_H_INCLUDED_ */