aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/alc.h
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/alc.h
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/alc.h')
-rw-r--r--include/AL/alc.h7
1 files changed, 0 insertions, 7 deletions
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