code cleanup

This commit is contained in:
p.kosyh 2010-07-24 10:45:52 +00:00
parent b57d5a2296
commit 669e554f95
2 changed files with 6 additions and 1 deletions

View file

@ -21,6 +21,10 @@
#ifndef _ZLIBIOAPI64_H
#define _ZLIBIOAPI64_H
/* we need no > 2Gb games */
#define USE_FILE32API
#if (!defined(_WIN32)) && (!defined(WIN32))
// Linux needs this to support file operation on files larger then 4+GB

View file

@ -1,3 +1,4 @@
#include <SDL.h>
#include "externals.h"
#include "internals.h"
@ -46,7 +47,7 @@ static int setup_zip(const char *file, char *p)
}
#endif
int main(int argc, char **argv)
int main(int argc, char *argv[])
{
int clean_tmp = 0;
int err = 0;