openalbridge/globals.h
changeset 2261 57e99c908e7c
parent 2260 31756e21c436
child 2415 35d09cbf819a
--- a/openalbridge/globals.h	Sun Jul 12 19:12:08 2009 +0000
+++ b/openalbridge/globals.h	Tue Jul 14 20:02:07 2009 +0000
@@ -22,7 +22,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
-#include <stdbool.h>
 #include <string.h>
 
 #ifndef _WIN32
@@ -102,8 +101,8 @@
 #pragma pack()
     
     /*other defines*/
-#define FADE_IN	 true
-#define FADE_OUT false
+#define FADE_IN	 AL_TRUE
+#define FADE_OUT AL_FALSE
     
 #ifdef __CPLUSPLUS
 }