diff options
author | Chris Robinson <[email protected]> | 2010-03-19 14:34:18 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-03-19 14:34:18 -0700 |
commit | a572b13743f62ed4dda5ed87bc259df0e581e023 (patch) | |
tree | 4f2b5787a5369f9bb861044486046cac1b443e07 /OpenAL32/Include/alBuffer.h | |
parent | 4340a6f8fe7177cfa49aad7df55493e5e786627c (diff) |
Don't use deprecated macros
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 f37e9b81..f27fc60d 100644 --- a/OpenAL32/Include/alBuffer.h +++ b/OpenAL32/Include/alBuffer.h @@ -26,7 +26,7 @@ typedef struct ALbuffer struct ALbuffer *next; } ALbuffer; -ALvoid ALAPIENTRY alBufferSubDataEXT(ALuint buffer,ALenum format,const ALvoid *data,ALsizei offset,ALsizei length); +ALvoid AL_APIENTRY alBufferSubDataEXT(ALuint buffer,ALenum format,const ALvoid *data,ALsizei offset,ALsizei length); ALvoid ReleaseALBuffers(ALCdevice *device); |