aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-03-19 14:34:18 -0700
committerChris Robinson <[email protected]>2010-03-19 14:34:18 -0700
commita572b13743f62ed4dda5ed87bc259df0e581e023 (patch)
tree4f2b5787a5369f9bb861044486046cac1b443e07 /OpenAL32/Include/alBuffer.h
parent4340a6f8fe7177cfa49aad7df55493e5e786627c (diff)
Don't use deprecated macros
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r--OpenAL32/Include/alBuffer.h2
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);