From 66c918c84b68127952a4669778b5bdafb76a8394 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 20 Apr 2012 22:53:47 -0700 Subject: Remove export pragmas from headers Available information suggests it's only useful for Mac OS9 and earlier (not OSX). --- include/AL/al.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/AL/al.h') 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 -- cgit v1.2.3