mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix Mac OS redeclaration of HFS+ Gestalt code in Retro68.
This commit is contained in:
@@ -71,11 +71,6 @@ typedef unsigned long long uint64_t;
|
||||
int snprintf(char* str, size_t size, const char* format, ...);
|
||||
#endif
|
||||
|
||||
enum
|
||||
{
|
||||
gestaltHasHFSPlusAPIs = 12 /* file system supports HFS Plus APIs */
|
||||
};
|
||||
|
||||
#define PBXGetVolInfo(pb, async) ((async) ? PBXGetVolInfoAsync(pb) : PBXGetVolInfoSync(pb))
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user