Add some exports to ntdll
[reactos.git] / reactos / lib / rtl / exception.c
index 7940dda..e4066e6 100644 (file)
@@ -136,4 +136,15 @@ RtlWalkFrameChain(OUT PVOID *Callers,
     return 0;
 }
 
+/*
+ * @unimplemented
+ */
+LONG
+NTAPI
+RtlUnhandledExceptionFilter(IN struct _EXCEPTION_POINTERS* ExceptionInfo)
+{
+    UNIMPLEMENTED;
+    return ERROR_CALL_NOT_IMPLEMENTED;
+}
+
 /* EOF */