- Fix KiDispatchException to unmask KI_EXCEPTION_INTERNAL when setting the exception...
[reactos.git] / reactos / include / ddk / ntifs.h
index 2667780..4614a46 100644 (file)
@@ -3815,6 +3815,14 @@ RtlAllocateHeap (
     IN ULONG   Size
 );
 
     IN ULONG   Size
 );
 
+NTSYSAPI
+NTSTATUS
+NTAPI
+RtlAppendStringToString(
+    PSTRING Destination,
+    const STRING *Source
+);
+
 NTSYSAPI
 USHORT
 NTAPI
 NTSYSAPI
 USHORT
 NTAPI