Fixed support with autoconf

This commit is contained in:
pagefault
2001-09-04 15:28:26 +00:00
parent e8caba1cd1
commit 9bd2c361f7
2 changed files with 8 additions and 8 deletions

View File

@@ -4,10 +4,14 @@
Read unzip.h for more info
*/
#ifdef __LINUX__
#include "../gblhdr.h"
#else
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#endif
#include "zlib.h"
#include "unzip.h"

View File

@@ -1,7 +1,6 @@
#include "zpng.h"
#ifdef __WIN32__
#include <windows.h>
@@ -10,18 +9,15 @@
#endif
#endif
#ifdef __LINUX__
#ifdef __MSDOS__
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#endif
#ifdef __MSDOS__
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#ifdef __LINUX__
#include "../gblhdr.h"
#endif
extern unsigned int vidbuffer;