aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-04-20 22:53:47 -0700
committerChris Robinson <[email protected]>2012-04-20 22:53:47 -0700
commit66c918c84b68127952a4669778b5bdafb76a8394 (patch)
treee5634598609e8a7f26893895e5a2c50477ee321a /include/AL
parent77f55da6c75d578fb67e6da2adec164c43bd234c (diff)
Remove export pragmas from headers
Available information suggests it's only useful for Mac OS9 and earlier (not OSX).
Diffstat (limited to 'include/AL')
-rw-r--r--include/AL/al.h7
-rw-r--r--include/AL/alc.h7
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