mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Change directory creation API call for MacOS.
This commit is contained in:
@@ -12,6 +12,7 @@ enum
|
||||
};
|
||||
|
||||
#define PBHGetVInfo(pb, async) ((async) ? PBHGetVInfoAsync(pb) : PBHGetVInfoSync(pb))
|
||||
#define PBDirCreate(pb, async) ((async) ? PBDirCreateAsync(pb) : PBDirCreateSync(pb))
|
||||
|
||||
#define FOUR_CHAR_CODE(x) (x)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user