Missed the # part of the #if...

This commit is contained in:
Alex Szpakowski
2015-08-22 23:10:56 -03:00
parent eba4deb99e
commit 42816473e3
+1 -1
View File
@@ -33,7 +33,7 @@ typedef void (*altss_dtor_t)(void*);
#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
struct timespec {
time_t tv_sec;