X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimboot.c;h=16ea1c6da0ebaba7f639b3b728876562291b1068;hp=740db91af75f3c62fa5d54e7dae0af5244d6f2d5;hb=908381d2809a48acd9490ec080e51087ae1529fd;hpb=18f09fc4fa05185897b2c3789f90cc8e3fd872c8 diff --git a/src/wimboot.c b/src/wimboot.c index 740db91a..16ea1c6d 100644 --- a/src/wimboot.c +++ b/src/wimboot.c @@ -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);