X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Futil.h;h=7b3e724a68ce677859eaa44ddf552cdf3ca1c6c0;hb=30cfd915ede8a2b24b693525ff835b2f03220cc9;hp=646fdafc768b6b98560d8364eee236e8bdbe5ed9;hpb=01c6f902b2a48a33af3f94e29791f85c68df91d0;p=wimlib diff --git a/include/wimlib/util.h b/include/wimlib/util.h index 646fdafc..7b3e724a 100644 --- a/include/wimlib/util.h +++ b/include/wimlib/util.h @@ -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 */