aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-03-16 05:47:07 -0700
committerChris Robinson <[email protected]>2011-03-16 05:47:07 -0700
commit4a1c0fedca9c15cf7a6f6949f64a58472a929be3 (patch)
tree6868774a60410755c67351c2e7478f20740d7b0b /OpenAL32/Include/alMain.h
parentb510958f9e5120b533ae16685aae8dc661e77333 (diff)
Use the defines for the UserFmt* and Fmt* types
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index a7867e4d..75ebc488 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -13,8 +13,6 @@
#include "AL/alc.h"
#include "AL/alext.h"
-#ifndef ALC_SOFT_device_loopback
-#define ALC_SOFT_device_loopback 1
#define AL_BYTE 1
#define AL_UNSIGNED_BYTE 2
#define AL_SHORT 3
@@ -32,6 +30,9 @@
#define AL_5POINT1 5 /* (WFX order) */
#define AL_6POINT1 6 /* (WFX order) */
#define AL_7POINT1 7 /* (WFX order) */
+
+#ifndef ALC_SOFT_device_loopback
+#define ALC_SOFT_device_loopback 1
#define ALC_FORMAT_CHANNELS 0x1990
#define ALC_FORMAT_TYPE 0x1991
typedef ALCdevice* (ALC_APIENTRY*LPALCLOOPBACKOPENDEVICE)(void);