Browse Source

Missed the # part of the #if...

Alex Szpakowski 10 years ago
parent
commit
42816473e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/openal-soft/include/threads.h

+ 1 - 1
libs/openal-soft/include/threads.h

@@ -33,7 +33,7 @@ typedef void (*altss_dtor_t)(void*);
 #include <windows.h>
 #include <windows.h>
 
 
 
 
-if !defined(_TIMESPEC_DEFINED) && !(defined(_MSC_VER) && (_MSC_VER >= 1900))
+#if !defined(_TIMESPEC_DEFINED) && !(defined(_MSC_VER) && (_MSC_VER >= 1900))
 #define _TIMESPEC_DEFINED
 #define _TIMESPEC_DEFINED
 struct timespec {
 struct timespec {
     time_t tv_sec;
     time_t tv_sec;