From 3a8c543f8bb814216fd3f68e4116e63b6d46215f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 22 Jul 2008 13:50:08 -0700 Subject: [PATCH] Move ALC_ENUMERATE_ALL_EXT tokens to alext.h --- include/AL/alc.h | 5 ----- include/AL/alext.h | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/include/AL/alc.h b/include/AL/alc.h index b0bbfbe7..dac94615 100644 --- a/include/AL/alc.h +++ b/include/AL/alc.h @@ -166,11 +166,6 @@ typedef void ALCvoid; #define ALC_ATTRIBUTES_SIZE 0x1002 #define ALC_ALL_ATTRIBUTES 0x1003 -/** - * ALC_ENUMERATE_ALL_EXT enums - */ -#define ALC_DEFAULT_ALL_DEVICES_SPECIFIER 0x1012 -#define ALC_ALL_DEVICES_SPECIFIER 0x1013 /** * Capture extension diff --git a/include/AL/alext.h b/include/AL/alext.h index d693a669..c93f093a 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -49,6 +49,12 @@ extern "C" { #define ALC_CHAN_CD_LOKI 0x500003 #endif +#ifndef ALC_ENUMERATE_ALL_EXT +#define ALC_ENUMERATE_ALL_EXT 1 +#define ALC_DEFAULT_ALL_DEVICES_SPECIFIER 0x1012 +#define ALC_ALL_DEVICES_SPECIFIER 0x1013 +#endif + #ifndef AL_EXT_MCFORMATS #define AL_EXT_MCFORMATS 1 #define AL_FORMAT_QUAD8 0x1204 -- 2.11.4.GIT