mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-26 17:40:40 +00:00
Should build again for PS3
This commit is contained in:
parent
ca0aa92c31
commit
d3958736e8
2
deps/libchdr/chd.c
vendored
2
deps/libchdr/chd.c
vendored
@ -36,6 +36,8 @@
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
***************************************************************************/
|
||||
#define DONT_SET_BYTE
|
||||
typedef unsigned char Byte;
|
||||
|
||||
#include "chd.h"
|
||||
#include "cdrom.h"
|
||||
|
2
deps/lzma-16.04/C/7zTypes.h
vendored
2
deps/lzma-16.04/C/7zTypes.h
vendored
@ -53,7 +53,9 @@ typedef int WRes;
|
||||
#define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; }
|
||||
#endif
|
||||
|
||||
#ifndef DONT_SET_BYTE
|
||||
typedef unsigned char Byte;
|
||||
#endif
|
||||
typedef short Int16;
|
||||
typedef unsigned short UInt16;
|
||||
|
||||
|
2
deps/zlib/zconf.h
vendored
2
deps/zlib/zconf.h
vendored
@ -361,7 +361,7 @@
|
||||
# define FAR
|
||||
#endif
|
||||
|
||||
#if !defined(__MACTYPES__)
|
||||
#if !defined(__MACTYPES__) && !defined(DONT_SET_BYTE)
|
||||
typedef unsigned char Byte; /* 8 bits */
|
||||
#endif
|
||||
typedef unsigned int uInt; /* 16 bits or more */
|
||||
|
Loading…
Reference in New Issue
Block a user