GPRAHICS: Slight cleanup in png.cpp.
This adds an explanation why we use FORBIDDEN_SYMBOL_ALLOW_ALL and removes some trailing whitespaces.
This commit is contained in:
parent
eff6ea09fb
commit
5df8c99768
1 changed files with 12 additions and 9 deletions
|
@ -19,6 +19,9 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
// Since we need to work with libpng here, we need to allow all symbols
|
||||
// to avoid compilation issues.
|
||||
#define FORBIDDEN_SYMBOL_ALLOW_ALL
|
||||
#include "common/scummsys.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue