mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
10 lines
144 B
C
10 lines
144 B
C
#include <MacHeaders.h>
|
|
#define B_ENDIAN
|
|
#ifdef __POWERPC__
|
|
#pragma longlong on
|
|
#endif
|
|
#if 0
|
|
#define MAC_OS_GUSI_SOURCE
|
|
#endif
|
|
#define MONOLITH
|