From: Eric Biggers Date: Wed, 4 Nov 2015 03:32:27 +0000 (-0600) Subject: wimlib.h: document added behavior of WIMLIB_ADD_FLAG_WIMBOOT X-Git-Tag: v1.8.3~8 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=c5e4bd4c75bf1f1e8c75c460853340a15917d55c;ds=sidebyside wimlib.h: document added behavior of WIMLIB_ADD_FLAG_WIMBOOT --- diff --git a/include/wimlib.h b/include/wimlib.h index f68cb2b8..5bed913b 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -1721,6 +1721,11 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour * * Note: ::WIMLIB_ADD_FLAG_WIMBOOT does something different from, and * independent from, ::WIMLIB_ADD_FLAG_BOOT. + * + * Since wimlib v1.8.3, ::WIMLIB_ADD_FLAG_WIMBOOT also causes offline WIM-backed + * files to be added as the "real" files rather than as their reparse points, + * provided that their data is already present in the WIM. This feature can be + * useful when updating a backing WIM file in an "offline" state. */ #define WIMLIB_ADD_FLAG_WIMBOOT 0x00001000