From: Paul Brossier Date: Wed, 28 Nov 2018 23:42:41 +0000 (+0100) Subject: [tests] fix unmatched parenthesis on windows X-Git-Tag: 0.4.9~139^2~27 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=6a91a9d4d64bc39695bd91207d3413290d5f1769 [tests] fix unmatched parenthesis on windows --- diff --git a/tests/utils_tests.h b/tests/utils_tests.h index 39bd4ec2..53531ce9 100644 --- a/tests/utils_tests.h +++ b/tests/utils_tests.h @@ -84,7 +84,7 @@ int close_temp_sink(char *sink_path, int sink_fildes) return err; } -#elif (defined(HAVE_WIN_HACKS) //&& !defined(__GNUC__)) +#elif defined(HAVE_WIN_HACKS) //&& !defined(__GNUC__) // windows workaround, where mkstemp does not exist... int create_temp_sink(char *templ) {