mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-05 01:45:11 +01:00
Fix packed structures more correctly.
This commit is contained in:
parent
63c5a10292
commit
bc3863ebf4
@ -51,8 +51,8 @@
|
||||
/* Define to 1 if you want serial passthrough support (Win32 only). */
|
||||
#define C_DIRECTSERIAL 0
|
||||
|
||||
#define GCC_ATTRIBUTE(x) /* attribute not supported */
|
||||
#define GCC_UNLIKELY(x) (x)
|
||||
#define GCC_ATTRIBUTE(x) __attribute__ ((x))
|
||||
#define GCC_UNLIKELY(x) __builtin_expect((x), 0)
|
||||
|
||||
#define INLINE inline
|
||||
//#define DB_FASTCALL __fastcall
|
||||
|
Loading…
Reference in New Issue
Block a user