From 1595459dbc48c6f1774a7d7585f034fb87319d4e Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Tue, 21 Jun 2005 02:58:22 +0000 Subject: [PATCH] Last build fix...sorry svn path=/trunk/; revision=16202 --- reactos/include/ndk/rtlfuncs.h | 2 +- reactos/include/ndk/rtltypes.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/ndk/rtlfuncs.h b/reactos/include/ndk/rtlfuncs.h index b3b8e8d2b55..18333d14f35 100644 --- a/reactos/include/ndk/rtlfuncs.h +++ b/reactos/include/ndk/rtlfuncs.h @@ -210,7 +210,7 @@ PVOID STDCALL RtlAddVectoredExceptionHandler( IN ULONG FirstHandler, - IN PRTL_VECTORED_EXCEPTION_HANDLER VectoredHandler + IN PVECTORED_EXCEPTION_HANDLER VectoredHandler ); VOID diff --git a/reactos/include/ndk/rtltypes.h b/reactos/include/ndk/rtltypes.h index b929e5e1f91..4f0d6f7c85f 100644 --- a/reactos/include/ndk/rtltypes.h +++ b/reactos/include/ndk/rtltypes.h @@ -87,7 +87,7 @@ typedef EXCEPTION_DISPOSITION PVOID ); -typedef LONG (STDCALL *PRTL_VECTORED_EXCEPTION_HANDLER)( +typedef LONG (STDCALL *PVECTORED_EXCEPTION_HANDLER)( PEXCEPTION_POINTERS ExceptionPointers );