diff options
Diffstat (limited to 'include/AL')
-rw-r--r-- | include/AL/al.h | 7 | ||||
-rw-r--r-- | include/AL/alc.h | 7 |
2 files changed, 0 insertions, 14 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 diff --git a/include/AL/alc.h b/include/AL/alc.h index 22639f8c..9590896f 100644 --- a/include/AL/alc.h +++ b/include/AL/alc.h @@ -21,9 +21,6 @@ extern "C" { #define ALC_APIENTRY #endif -#if defined(TARGET_OS_MAC) && TARGET_OS_MAC - #pragma export on -#endif /* * The ALCAPI, ALCAPIENTRY, and ALC_INVALID macros are deprecated, but are @@ -269,10 +266,6 @@ typedef void (ALC_APIENTRY *LPALCCAPTURESTART)( ALCdevice *device ); typedef void (ALC_APIENTRY *LPALCCAPTURESTOP)( ALCdevice *device ); typedef void (ALC_APIENTRY *LPALCCAPTURESAMPLES)( ALCdevice *device, ALCvoid *buffer, ALCsizei samples ); -#if defined(TARGET_OS_MAC) && TARGET_OS_MAC - #pragma export off -#endif - #if defined(__cplusplus) } #endif |