Re-enabled PNG support for Xcode, and fixed minor warnings.

This commit is contained in:
Stephen Anthony 2019-04-21 21:02:30 -02:30
parent 519f9a3b21
commit e865cde07b
3 changed files with 4 additions and 2 deletions

View File

@ -86,7 +86,7 @@ void Serializer::rewind()
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
uInt32 Serializer::size() const
size_t Serializer::size() const
{
return myStream->tellp();
}

View File

@ -64,7 +64,7 @@ class Serializer
/**
Returns the current write pointer location.
*/
uInt32 size() const;
size_t size() const;
/**
Reads a byte value (unsigned 8-bit) from the current input stream.

View File

@ -3029,6 +3029,7 @@
CHEATCODE_SUPPORT,
DEBUGGER_SUPPORT,
JOYSTICK_SUPPORT,
PNG_SUPPORT,
SOUND_SUPPORT,
WINDOWED_SUPPORT,
BSPF_MACOS,
@ -3082,6 +3083,7 @@
CHEATCODE_SUPPORT,
DEBUGGER_SUPPORT,
JOYSTICK_SUPPORT,
PNG_SUPPORT,
SOUND_SUPPORT,
WINDOWED_SUPPORT,
BSPF_MACOS,