]> wimlib.net Git - wimlib/blobdiff - src/util.c
Add WIMLIB_EXTRACT_FLAG_WIMBOOT
[wimlib] / src / util.c
index b69d9bff328cb8564b7137ba62cb2407c4332e75..3053fd9e6d2bccbd76e1b15459ee30c0fd33ddf3 100644 (file)
@@ -425,6 +425,8 @@ static const tchar *error_strings[] = {
                = T("The XML data of the WIM is invalid"),
        [WIMLIB_ERR_WIM_IS_ENCRYPTED]
                = T("The WIM file (or parts of it) is encrypted"),
+       [WIMLIB_ERR_WIMBOOT]
+               = T("Failed to set WIMBoot pointer data"),
 };
 
 /* API function documented in wimlib.h  */