header tweaks for PSTV

This commit is contained in:
midwan 2019-01-06 14:41:59 +01:00
parent 8ff4e03863
commit 8f93db8c18
2 changed files with 4 additions and 2 deletions

View file

@ -158,8 +158,8 @@ typedef int uae_s16;
#endif
#if SIZEOF_INT == 4
//typedef unsigned int uae_u32;
//typedef int uae_s32;
typedef unsigned int uae_u32;
typedef int uae_s32;
#elif SIZEOF_LONG == 4
typedef unsigned long uae_u32;
typedef long uae_s32;

View file

@ -546,7 +546,9 @@ typedef char TCHAR;
#define _tzset() tzset()
#define _timezone timezone
#define _daylight daylight
#ifndef _ftime
#define _ftime(x) ftime(x)
#endif
#ifdef ANDROID
#define _ftelli64(x) ftello(x)
#define _fseeki64(x,y,z) fseeko(x,y,z)