Removed global header from DOS/Windows port

This commit is contained in:
pagefault
2001-07-23 03:29:34 +00:00
parent 5022a2e8bb
commit c004a9d122
2 changed files with 19 additions and 2 deletions

View File

@@ -15,8 +15,12 @@
//along with this program; if not, write to the Free Software
//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include <gblhdr.h>
#include <stdio.h>
#include <stdarg.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
//#define DebugDSP1
// uncomment some lines to test

View File

@@ -15,7 +15,20 @@
//along with this program; if not, write to the Free Software
//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include "../gblhdr.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#ifdef __LINUX__
#include <utime.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#endif
#include <errno.h>
#include <fcntl.h>
#include "unzip.h"
#define CASESENSITIVITY (0)