aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alBuffer.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-03-23 17:44:01 -0700
committerChris Robinson <[email protected]>2010-03-23 17:44:01 -0700
commit3e9934e810f18c8336665a1b057672aabf6d1e2a (patch)
tree58bb6fd7f441a89befa9b4ad67f4b8a76c9ccd69 /OpenAL32/alBuffer.c
parent556e9b8fee160febfffc591bb9e2efb881850252 (diff)
Mark extension functions with AL_API/ALC_API
Diffstat (limited to 'OpenAL32/alBuffer.c')
-rw-r--r--OpenAL32/alBuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alBuffer.c b/OpenAL32/alBuffer.c
index b4fc3158..bfcbcc8e 100644
--- a/OpenAL32/alBuffer.c
+++ b/OpenAL32/alBuffer.c
@@ -521,7 +521,7 @@ AL_API ALvoid AL_APIENTRY alBufferData(ALuint buffer,ALenum format,const ALvoid
*
* Fill buffer with audio data
*/
-ALvoid AL_APIENTRY alBufferSubDataEXT(ALuint buffer,ALenum format,const ALvoid *data,ALsizei offset,ALsizei length)
+AL_API ALvoid AL_APIENTRY alBufferSubDataEXT(ALuint buffer,ALenum format,const ALvoid *data,ALsizei offset,ALsizei length)
{
ALCcontext *Context;
ALCdevice *device;