]> wimlib.net Git - wimlib/blobdiff - src/wimboot.c
Directly link with ntdll on Windows
[wimlib] / src / wimboot.c
index e8fecaf986a31e6a59260385e8aba97f3f8b62c1..1650de99bb2fc99b986c603e31693ca125cc6acc 100644 (file)
@@ -586,7 +586,7 @@ retry:
 
                        status = (*func_RtlCreateSystemVolumeInformationFolder)(&str);
 
-                       err2 = (*func_RtlNtStatusToDosError)(status);
+                       err2 = RtlNtStatusToDosError(status);
                        if (err2 == ERROR_SUCCESS) {
                                if (!already_retried) {
                                        already_retried = true;