diff options
Diffstat (limited to 'include/AL/alc.h')
-rw-r--r-- | include/AL/alc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/AL/alc.h b/include/AL/alc.h index b5996adc..4e84af42 100644 --- a/include/AL/alc.h +++ b/include/AL/alc.h @@ -51,7 +51,7 @@ typedef char ALCboolean; typedef char ALCchar; /** signed 8-bit 2's complement integer */ -typedef char ALCbyte; +typedef signed char ALCbyte; /** unsigned 8-bit integer */ typedef unsigned char ALCubyte; |