Fix Mac OS redeclaration of HFS+ Gestalt code in Retro68.

This commit is contained in:
2021-04-19 13:40:31 +01:00
parent 985e87c6f9
commit c5b434156d

View File

@@ -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