Merge remote-tracking branch 'remotes/official/master' into merge

This commit is contained in:
noobpwnftw
2020-11-28 06:19:16 +08:00
16 changed files with 1086 additions and 988 deletions

View File

@@ -585,11 +585,10 @@ namespace CommandLine {
string argv0; // path+name of the executable binary, as given by argv[0]
string binaryDirectory; // path of the executable directory
string workingDirectory; // path of the working directory
string pathSeparator; // Separator for our current OS
void init(int argc, char* argv[]) {
(void)argc;
string separator;
string pathSeparator;
// extract the path+name of the executable binary
argv0 = argv[0];