From: Jens Axboe Date: Wed, 11 Oct 2017 19:07:34 +0000 (-0600) Subject: Fix broken path separator definition on Windows X-Git-Tag: fio-3.2~36 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=87262d975952a44f159a5db3d181c6a6dd79f5ab;p=fio.git Fix broken path separator definition on Windows Fixes: 53a7af851836 ("convert FIO_OS_PATH_SEPARATOR to a character") Signed-off-by: Jens Axboe --- diff --git a/os/os-windows.h b/os/os-windows.h index 9e6f21ef..520da19a 100644 --- a/os/os-windows.h +++ b/os/os-windows.h @@ -37,7 +37,7 @@ int rand_r(unsigned *); #define FIO_PREFERRED_ENGINE "windowsaio" #define FIO_PREFERRED_CLOCK_SOURCE CS_CGETTIME -#define FIO_OS_PATH_SEPARATOR '\' +#define FIO_OS_PATH_SEPARATOR '\\' #define FIO_MAX_CPUS MAXIMUM_PROCESSORS