]> wimlib.net Git - wimlib/blobdiff - include/wimlib/wimboot.h
wimboot_set_pointer(): No unnecessary file open
[wimlib] / include / wimlib / wimboot.h
index 6be4fae204d6c294b8a9a435abe3bec19e023dde..a1039017d942e777be54a395b4a9377ce494b230 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef _WIMBOOT_H_
 #define _WIMBOOT_H_
 
+#include "wimlib/win32_common.h"
 #include "wimlib/sha1.h"
 #include "wimlib/types.h"
 #include "wimlib/header.h"
@@ -14,7 +15,7 @@ wimboot_alloc_data_source_id(const wchar_t *wim_path,
                             bool *wof_running_ret);
 
 extern int
-wimboot_set_pointer(OBJECT_ATTRIBUTES *attr,
+wimboot_set_pointer(HANDLE h,
                    const wchar_t *printable_path,
                    const struct wim_lookup_table_entry *lte,
                    u64 data_source_id,