Last build fix...sorry
Modified: trunk/reactos/include/ndk/rtlfuncs.h
Modified: trunk/reactos/include/ndk/rtltypes.h

Modified: trunk/reactos/include/ndk/rtlfuncs.h
--- trunk/reactos/include/ndk/rtlfuncs.h	2005-06-21 02:47:55 UTC (rev 16201)
+++ trunk/reactos/include/ndk/rtlfuncs.h	2005-06-21 02:58:22 UTC (rev 16202)
@@ -210,7 +210,7 @@
 STDCALL
 RtlAddVectoredExceptionHandler(
     IN ULONG FirstHandler,
-    IN PRTL_VECTORED_EXCEPTION_HANDLER VectoredHandler
+    IN PVECTORED_EXCEPTION_HANDLER VectoredHandler
 );
 
 VOID

Modified: trunk/reactos/include/ndk/rtltypes.h
--- trunk/reactos/include/ndk/rtltypes.h	2005-06-21 02:47:55 UTC (rev 16201)
+++ trunk/reactos/include/ndk/rtltypes.h	2005-06-21 02:58:22 UTC (rev 16202)
@@ -87,7 +87,7 @@
     PVOID
 );
 
-typedef LONG (STDCALL *PRTL_VECTORED_EXCEPTION_HANDLER)(
+typedef LONG (STDCALL *PVECTORED_EXCEPTION_HANDLER)(
     PEXCEPTION_POINTERS ExceptionPointers
 );