Remove sync/async definitions. Use sync functions for MacOS.

This commit is contained in:
2021-03-14 05:07:03 +00:00
parent 5c109c184b
commit 80cfc123a1
11 changed files with 20 additions and 23 deletions

View File

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