mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Remove sync/async definitions. Use sync functions for MacOS.
This commit is contained in:
@@ -11,9 +11,6 @@ enum
|
||||
fsRtDirID = 2
|
||||
};
|
||||
|
||||
#define PBHGetVInfo(pb, async) ((async) ? PBHGetVInfoAsync(pb) : PBHGetVInfoSync(pb))
|
||||
#define PBDirCreate(pb, async) ((async) ? PBDirCreateAsync(pb) : PBDirCreateSync(pb))
|
||||
|
||||
#define FOUR_CHAR_CODE(x) (x)
|
||||
|
||||
/************** PC-DOS applications and FileTypes **************/
|
||||
|
||||
Reference in New Issue
Block a user