]> wimlib.net Git - wimlib/blobdiff - src/update_image.c
Refactor Win32 capture/apply, UNIX apply
[wimlib] / src / update_image.c
index 788cd9e5ce6df19d753e0f4b5836ea0dc6db1230..ecfef1fffa7bcc764edfc52fe318c1a3f37162ba 100644 (file)
 #include "xml.h"
 #include <errno.h>
 
+#ifdef __WIN32__
+#  include "win32.h"
+#endif
+
 /* Overlays @branch onto @target, both of which must be directories. */
 static int
 do_overlay(struct wim_dentry *target, struct wim_dentry *branch)
@@ -324,7 +328,7 @@ execute_delete_command(WIMStruct *wim,
        return 0;
 }
 
-/* 
+/*
  * Rename a file or directory in the WIM.
  *
  * This is also called from wimfs_rename() in the FUSE mount code.