aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-02-12 00:13:19 -0800
committerChris Robinson <[email protected]>2022-02-12 00:13:19 -0800
commite04fd5420679c0fe1e7edab3232e09072dae95e6 (patch)
tree2fe3817b1642942eba2d86901658213dca438d2a /al/source.cpp
parentac42ac336ef014d6a84328570f665abc1d338315 (diff)
Fix an exported symbol
The symbol only exists for compatibility due to it having been erroneously exported in previous versions (even though it shouldn't have been used directly, some apps could have).
Diffstat (limited to 'al/source.cpp')
-rw-r--r--al/source.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.cpp b/al/source.cpp
index 027cd535..e009b885 100644
--- a/al/source.cpp
+++ b/al/source.cpp
@@ -3586,7 +3586,7 @@ START_API_FUNC
END_API_FUNC
-AL_API void AL_APIENTRY alSourceQueueBufferLayersSOFT(ALuint, ALsizei, const ALuint*)
+extern "C" AL_API void AL_APIENTRY alSourceQueueBufferLayersSOFT(ALuint, ALsizei, const ALuint*)
START_API_FUNC
{
ContextRef context{GetContextRef()};