diff options
author | Chris Robinson <[email protected]> | 2010-03-23 17:44:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-03-23 17:44:01 -0700 |
commit | 3e9934e810f18c8336665a1b057672aabf6d1e2a (patch) | |
tree | 58bb6fd7f441a89befa9b4ad67f4b8a76c9ccd69 /OpenAL32/Include/alBuffer.h | |
parent | 556e9b8fee160febfffc591bb9e2efb881850252 (diff) |
Mark extension functions with AL_API/ALC_API
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r-- | OpenAL32/Include/alBuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h index f27fc60d..0f19990f 100644 --- a/OpenAL32/Include/alBuffer.h +++ b/OpenAL32/Include/alBuffer.h @@ -26,7 +26,7 @@ typedef struct ALbuffer struct ALbuffer *next; } ALbuffer; -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); ALvoid ReleaseALBuffers(ALCdevice *device); |