aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alError.c
diff options
context:
space:
mode:
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;