aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/al.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/AL/al.h')
-rw-r--r--include/AL/al.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/AL/al.h b/include/AL/al.h
index c409701f..44db7798 100644
--- a/include/AL/al.h
+++ b/include/AL/al.h
@@ -5,7 +5,9 @@
extern "C" {
#endif
-#if defined(_WIN32) && !defined(_XBOX)
+#if defined(AL_LIBTYPE_STATIC)
+ #define AL_API
+#elif defined(_WIN32) && !defined(_XBOX)
#if defined(AL_BUILD_LIBRARY)
#define AL_API __declspec(dllexport)
#else