]> wimlib.net Git - wimlib/blobdiff - src/wimboot.c
Capitalize "Windows Overlay Filesystem" consistently
[wimlib] / src / wimboot.c
index 740db91af75f3c62fa5d54e7dae0af5244d6f2d5..16ea1c6da0ebaba7f639b3b728876562291b1068 100644 (file)
@@ -7,7 +7,7 @@
  * information about WIMBoot.
  *
  * Note that WIMBoot pointer files are actually implemented on top of the
- * Windows Overlay File System Filter (WOF).  See wof.h for more info.
+ * Windows Overlay Filesystem filter (WOF).  See wof.h for more info.
  */
 
 /*
@@ -974,15 +974,7 @@ out_free_in:
        FREE(in);
 out:
        if (ret == WIMLIB_ERR_UNSUPPORTED) {
-       #if 0
-               WARNING(
-               "The version of Windows you are running does not appear to support\n"
-               "        the Windows Overlay File System Filter Driver.  This is normally\n"
-               "        available on Windows 8.1 Update 1 or later.  Therefore, wimlib\n"
-               "        will attempt to update the WimOverlay.dat file directly.\n");
-       #else
                WARNING("WOF driver is not available; updating WimOverlay.dat directly.");
-       #endif
                ret = update_wimoverlay_manually(drive_path + 4, wim_path,
                                                 wim_guid, image,
                                                 data_source_id_ret);