]> wimlib.net Git - wimlib/blobdiff - include/wimlib/util.h
Add WIMLIB_OPEN_FLAG_WRITE_ACCESS flag
[wimlib] / include / wimlib / util.h
index 646fdafc768b6b98560d8364eee236e8bdbe5ed9..7b3e724a68ce677859eaa44ddf552cdf3ca1c6c0 100644 (file)
@@ -143,7 +143,6 @@ hash_u64(u64 n)
 #  define is_any_path_separator(c) ((c) == '/' || (c) == '\\')
 #endif
 
-#define WIM_PATH_SEPARATOR OS_PREFERRED_PATH_SEPARATOR
-
+#define WIM_PATH_SEPARATOR WIMLIB_WIM_PATH_SEPARATOR
 
 #endif /* _WIMLIB_UTIL_H */