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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user