From 42816473e303340df3604d7675e1e8b3728663a2 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sat, 22 Aug 2015 23:10:56 -0300 Subject: [PATCH] Missed the # part of the #if... --- libs/openal-soft/include/threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/openal-soft/include/threads.h b/libs/openal-soft/include/threads.h index c3e68d14..9dfb242d 100644 --- a/libs/openal-soft/include/threads.h +++ b/libs/openal-soft/include/threads.h @@ -33,7 +33,7 @@ typedef void (*altss_dtor_t)(void*); #include -if !defined(_TIMESPEC_DEFINED) && !(defined(_MSC_VER) && (_MSC_VER >= 1900)) +#if !defined(_TIMESPEC_DEFINED) && !(defined(_MSC_VER) && (_MSC_VER >= 1900)) #define _TIMESPEC_DEFINED struct timespec { time_t tv_sec;