From 84b5311257cbd7b6f50c9b16bada58216b911547 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 3 Dec 2011 08:27:51 -0800 Subject: Use an explicit 0 for the "no error" enums --- include/AL/alc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/AL/alc.h') diff --git a/include/AL/alc.h b/include/AL/alc.h index 4712055c..22639f8c 100644 --- a/include/AL/alc.h +++ b/include/AL/alc.h @@ -120,7 +120,7 @@ typedef void ALCvoid; /** * No error */ -#define ALC_NO_ERROR ALC_FALSE +#define ALC_NO_ERROR 0 /** * No device -- cgit v1.2.3