Adding missing RESTRICT define for openal

See e027811906
This commit is contained in:
tobil4sk
2023-03-01 16:37:06 +00:00
committed by Josh Tynjala
parent 53c9b52562
commit f116b57c8e

View File

@@ -14,6 +14,9 @@
/* Define a built-in call indicating an aligned data pointer */
#define ASSUME_ALIGNED(x, y) x
/* Define a restrict macro for non-aliased pointers */
#define RESTRICT __restrict
/* Define if HRTF data is embedded in the library */
#define ALSOFT_EMBED_HRTF_DATA