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:
Alex Szpakowski
2015-08-22 17:42:48 -03:00
parent a548ca7b8d
commit e959cbd16c
+1 -1
View File
@@ -33,7 +33,7 @@ typedef void (*altss_dtor_t)(void*);
#include <windows.h>
#ifndef _TIMESPEC_DEFINED
if !defined(_TIMESPEC_DEFINED) && !(defined(_MSC_VER) && (_MSC_VER >= 1900))
#define _TIMESPEC_DEFINED
struct timespec {
time_t tv_sec;