Make audio_Object properly unsigned; also dodges compiler warning

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3453 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-12-20 02:18:01 +00:00
parent 044e59dd66
commit 515f2a216c
+1 -1
View File
@@ -39,7 +39,7 @@ enum
/* Interface Types */ /* Interface Types */
typedef intptr_t audio_Object; typedef uintptr_t audio_Object;
typedef intptr_t audio_IntVal; typedef intptr_t audio_IntVal;
typedef const sint32 audio_SourceProp; typedef const sint32 audio_SourceProp;
typedef const sint32 audio_BufferProp; typedef const sint32 audio_BufferProp;