aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/alc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/AL/alc.h')
-rw-r--r--include/AL/alc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/AL/alc.h b/include/AL/alc.h
index a7e82188..b5996adc 100644
--- a/include/AL/alc.h
+++ b/include/AL/alc.h
@@ -6,8 +6,7 @@ extern "C" {
#endif
#if defined(_WIN32) && !defined(_XBOX)
- /* _OPENAL32LIB is deprecated */
- #if defined(AL_BUILD_LIBRARY) || defined (_OPENAL32LIB)
+ #if defined(AL_BUILD_LIBRARY)
#define ALC_API __declspec(dllexport)
#else
#define ALC_API __declspec(dllimport)