aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alError.c
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/alError.c
parent4340a6f8fe7177cfa49aad7df55493e5e786627c (diff)
Don't use deprecated macros
Diffstat (limited to 'OpenAL32/alError.c')
-rw-r--r--OpenAL32/alError.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alError.c b/OpenAL32/alError.c
index 8435b426..43b8e44d 100644
--- a/OpenAL32/alError.c
+++ b/OpenAL32/alError.c
@@ -24,7 +24,7 @@
#include "AL/alc.h"
#include "alError.h"
-ALAPI ALenum ALAPIENTRY alGetError(ALvoid)
+AL_API ALenum AL_APIENTRY alGetError(ALvoid)
{
ALCcontext *Context;
ALenum errorCode;