- Modified Initialisation_du_programme() so 0 is returned on SDL initialization fail.

- Added support for .png files in Mac OS X port.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@677 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Franck Charlet
2009-03-16 17:19:40 +00:00
parent ecafeaace1
commit c60c1e7353
5 changed files with 64 additions and 29 deletions

View File

@@ -22,10 +22,6 @@
*/
#define _XOPEN_SOURCE
#if defined(__macosx__)
#define __no_pnglib__
#endif
#include <fcntl.h>
#include <sys/stat.h>
#include <stdio.h>