mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 00:20:55 +02:00
Missed the # part of the #if...
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user