- Fixed the usual problem due to non posix code

- Made the png lib optional with: __no_pnglib__

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@630 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Franck Charlet
2009-02-15 17:03:18 +00:00
parent 108b887f07
commit 8ed5019b02
7 changed files with 81 additions and 48 deletions

4
init.c
View File

@@ -49,6 +49,10 @@
#include <signal.h>
#endif
#if defined(__macosx__)
#define __p_sig_fn_t sig_t
#endif
#include "const.h"
#include "struct.h"
#include "global.h"