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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/AL/al.h b/include/AL/al.h
index 10aeae45..5b0f9dfd 100644
--- a/include/AL/al.h
+++ b/include/AL/al.h
@@ -21,9 +21,6 @@ extern "C" {
#define AL_APIENTRY
#endif
-#if defined(TARGET_OS_MAC) && TARGET_OS_MAC
- #pragma export on
-#endif
/*
* The OPENAL, ALAPI, ALAPIENTRY, AL_INVALID, AL_ILLEGAL_ENUM, and
@@ -707,10 +704,6 @@ typedef void (AL_APIENTRY *LPALDOPPLERVELOCITY)( ALfloat value );
typedef void (AL_APIENTRY *LPALSPEEDOFSOUND)( ALfloat value );
typedef void (AL_APIENTRY *LPALDISTANCEMODEL)( ALenum distanceModel );
-#if defined(TARGET_OS_MAC) && TARGET_OS_MAC
- #pragma export off
-#endif
-
#if defined(__cplusplus)
} /* extern "C" */
#endif