mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-24 19:00:54 +00:00
Symbian: libzip buildfix.
This commit is contained in:
parent
cf165c7862
commit
b83fea1b6b
@ -33,6 +33,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef HAVE_MKSTEMP
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
@ -169,3 +170,5 @@ _zip_mkstemp(char *path)
|
||||
|
||||
/*NOTREACHED*/
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -55,9 +55,18 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifdef __SYMBIAN32__
|
||||
#define _stat stat
|
||||
#define _wcsdup wcsdup
|
||||
#define _wfopen wfopen
|
||||
#define _wremove wremove
|
||||
#define _wstat wstat
|
||||
#endif
|
||||
|
||||
/* flags for zip_open */
|
||||
|
||||
#define ZIP_CREATE 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user