From 59ed9338d88fc76c54c68c79af6b2f2999eac6df Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 12 Sep 2009 16:45:46 -0700 Subject: Add support for the in-progress ALC_EXT_thread_local_context extension --- include/AL/alext.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/AL/alext.h b/include/AL/alext.h index 221e9c63..cc42e20b 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -144,6 +144,12 @@ typedef ALvoid (AL_APIENTRY*PFNALUNMAPDATABUFFEREXTPROC)(ALuint uiBuffer); #define ALC_CONNECTED 0x313 #endif +#ifndef ALC_EXT_thread_local_context +#define ALC_EXT_thread_local_context 1 +typedef ALCboolean (ALCAPIENTRY*PFNALCMAKECURRENTPROC)(ALCcontext *context); +typedef ALCcontext* (ALCAPIENTRY*PFNALCGETTHREADCONTEXTPROC)(void); +#endif + #ifdef __cplusplus } #endif -- cgit v1.2.3