]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
Win32 fixes
[wimlib] / include / wimlib / apply.h
index 97497d7bb26268e41f37d00333fd778f7f90eae2..1a2647df52dfca8145d2c18e434aa81ee9b953e8 100644 (file)
@@ -13,7 +13,7 @@ struct apply_ctx;
 /* Path to extracted file, or "cookie" identifying the file (e.g. inode number).
  * */
 typedef union {
-       const char *path;
+       const tchar *path;
        u64 cookie;
 } file_spec_t;