Use an explicit 0 for the "no error" enums

This commit is contained in:
Chris Robinson
2011-12-03 08:27:51 -08:00
parent 6a97f6a327
commit 84b5311257
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ typedef void ALvoid;
/** Errors: No Error. */
#define AL_NO_ERROR AL_FALSE
#define AL_NO_ERROR 0
/**
* Invalid Name paramater passed to AL call.
+1 -1
View File
@@ -120,7 +120,7 @@ typedef void ALCvoid;
/**
* No error
*/
#define ALC_NO_ERROR ALC_FALSE
#define ALC_NO_ERROR 0
/**
* No device