You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows/MinGW, mkdir() only takes one argument (path), while
POSIX mkdir() takes two (path and mode). Add a MKDIR macro that
uses the appropriate signature for each platform.
0 commit comments