Change directory creation API call for MacOS.

This commit is contained in:
2021-03-14 04:55:42 +00:00
parent 88161c7a0d
commit 5c109c184b
10 changed files with 127 additions and 18 deletions

View File

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