diff options
Diffstat (limited to 'alc')
-rw-r--r-- | alc/alc.cpp | 2 | ||||
-rw-r--r-- | alc/inprogext.h | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index 4579232b..b401162f 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -966,7 +966,7 @@ constexpr ALCchar alcExtensionList[] = "ALC_SOFT_output_limiter " "ALC_SOFTX_output_mode " "ALC_SOFT_pause_device " - "ALC_SOFTX_reopen_device"; + "ALC_SOFT_reopen_device"; constexpr int alcMajorVersion{1}; constexpr int alcMinorVersion{1}; diff --git a/alc/inprogext.h b/alc/inprogext.h index bf2a0849..ddebc79a 100644 --- a/alc/inprogext.h +++ b/alc/inprogext.h @@ -66,16 +66,6 @@ AL_API void AL_APIENTRY alAuxiliaryEffectSlotStopvSOFT(ALsizei n, const ALuint * #endif #endif -#ifndef ALC_SOFT_reopen_device -#define ALC_SOFT_reopen_device -typedef ALCboolean (ALC_APIENTRY*LPALCREOPENDEVICESOFT)(ALCdevice *device, - const ALCchar *deviceName, const ALCint *attribs); -#ifdef AL_ALEXT_PROTOTYPES -ALCboolean ALC_APIENTRY alcReopenDeviceSOFT(ALCdevice *device, const ALCchar *deviceName, - const ALCint *attribs); -#endif -#endif - #ifndef AL_SOFT_UHJ #define AL_SOFT_UHJ #define AL_FORMAT_UHJ2CHN8_SOFT 0x19A2 |