mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 12:14:41 +02:00
Fix OpenAL Soft 1.16 to compile when VS2015 is used.
OpenAL Soft 1.17 will also have the fix, when it's released.
This commit is contained in:
@@ -33,7 +33,7 @@ typedef void (*altss_dtor_t)(void*);
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
|
||||||
#ifndef _TIMESPEC_DEFINED
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user