]> wimlib.net Git - wimlib/blobdiff - include/wimlib/capture.h
Win32: Correctly handle pattern matching with \\?\-prefixed paths
[wimlib] / include / wimlib / capture.h
index b60c5c85a348bfc6aaea477fb72d294f5e9e2b33..8b67c949c4b2870fb5c01776b3fda78b16e0cf78 100644 (file)
@@ -47,7 +47,7 @@ struct add_image_params {
 
        /* Pointer to the capture configuration, which indicates whether any
         * files should be excluded from capture or not. */
-       const struct wimlib_capture_config *config;
+       struct wimlib_capture_config *config;
 
        /* Flags that affect the capture operation (WIMLIB_ADD_FLAG_*) */
        int add_flags;