Move ALC_ENUMERATE_ALL_EXT enums to alc.h, to match other systems' headers

This commit is contained in:
Chris Robinson
2011-03-14 09:04:41 -07:00
parent 4eeed5376f
commit 4899674b6c
2 changed files with 9 additions and 6 deletions
+9
View File
@@ -171,11 +171,20 @@ typedef void ALCvoid;
/**
* Capture extension
*/
#define ALC_EXT_CAPTURE 1
#define ALC_CAPTURE_DEVICE_SPECIFIER 0x310
#define ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER 0x311
#define ALC_CAPTURE_SAMPLES 0x312
/**
* ALC_ENUMERATE_ALL_EXT enums
*/
#define ALC_ENUMERATE_ALL_EXT 1
#define ALC_DEFAULT_ALL_DEVICES_SPECIFIER 0x1012
#define ALC_ALL_DEVICES_SPECIFIER 0x1013
/*
* Context Management
*/
-6
View File
@@ -68,12 +68,6 @@ 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