diff options
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index b9ace4db..ee20d5be 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -634,7 +634,7 @@ struct ALCdevice_struct { ALCenum LimiterState; - al_string DeviceName; + char *DeviceName; ATOMIC(ALCenum) LastError; @@ -920,6 +920,8 @@ inline void UnlockEffectSlotList(ALCcontext *context) int EventThread(void *arg); +char *alstrdup(const char *str); + #ifdef __cplusplus } // extern "C" |