projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[NTDLL]
[reactos.git]
/
reactos
/
lib
/
rtl
/
bootdata.c
diff --git
a/reactos/lib/rtl/bootdata.c
b/reactos/lib/rtl/bootdata.c
index
ddf53b3
..
8d0c57b
100644
(file)
--- a/
reactos/lib/rtl/bootdata.c
+++ b/
reactos/lib/rtl/bootdata.c
@@
-672,6
+672,17
@@
RtlCreateSystemVolumeInformationFolder(
return Status;
}
+/*
+* @unimplemented
+*/
+NTSTATUS
+NTAPI
+RtlCreateBootStatusDataFile(VOID)
+{
+ UNIMPLEMENTED;
+ return STATUS_NOT_IMPLEMENTED;
+}
+
/*
* @unimplemented
*/