mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Change definition of FOUR_CHAR_CODE macro.
This commit is contained in:
@@ -30,6 +30,14 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
#include "retro68.h"
|
||||
#endif
|
||||
|
||||
#if !defined(FOUR_CHAR_CODE)
|
||||
#if __option(enumsalwaysint) && __option(ANSI_strict)
|
||||
#define FOUR_CHAR_CODE(x) ((long)x)
|
||||
#else
|
||||
#define FOUR_CHAR_CODE(x) (x)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
enum
|
||||
{
|
||||
gestaltMacOSCompatibilityBoxAttr = FOUR_CHAR_CODE('bbox'),
|
||||
|
||||
Reference in New Issue
Block a user