mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
GCC_PACK defined for Cygwin.
svn-id: r3494
This commit is contained in:
parent
88dcec7cdb
commit
39939b50c2
@ -59,6 +59,7 @@ typedef signed long int32;
|
||||
|
||||
#define FORCEINLINE inline
|
||||
#define NORETURN __attribute__((__noreturn__))
|
||||
#define GCC_PACK __attribute__((packed))
|
||||
#define CDECL
|
||||
|
||||
typedef unsigned char byte;
|
||||
|
Loading…
x
Reference in New Issue
Block a user