Fixed some misaligned function signatures.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2905 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -489,9 +489,9 @@ _GetCelData (uio_Stream *fp, DWORD length)
|
|||||||
}
|
}
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
_ReleaseCelData (DRAWABLE handle)
|
_ReleaseCelData (void *handle)
|
||||||
{
|
{
|
||||||
DRAWABLE_DESC *DrawablePtr;
|
DRAWABLE DrawablePtr;
|
||||||
int cel_ct;
|
int cel_ct;
|
||||||
FRAME FramePtr = NULL;
|
FRAME FramePtr = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user