X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fapplication%2Fcommand_line.cpp;h=2bc6dbfa9b6ea9da11ef7d4bfc0834438048ec50;hb=6f4f86051d7e4ad4755152503098bbb3888e4aad;hp=ea3d28d5755b509896e4d90e65acd57136a16c31;hpb=24cc3eb21befb743dfebaea4048e7082bb14a740;p=feisty_meow.git diff --git a/nucleus/library/application/command_line.cpp b/nucleus/library/application/command_line.cpp index ea3d28d5..2bc6dbfa 100644 --- a/nucleus/library/application/command_line.cpp +++ b/nucleus/library/application/command_line.cpp @@ -247,6 +247,7 @@ string_array command_line::get_command_line() // we don't need a long string to be parsed; the list is ready. return listo_cmds; } +/* #elif defined(_MSC_VER) // we have easy access to the original list of commands. for (int i = 0; i < _global_argc; i++) { @@ -254,6 +255,7 @@ string_array command_line::get_command_line() listo_cmds += _global_argv[i]; } return listo_cmds; +*/ #else COMPLAIN_CMDS("this OS doesn't support getting the command line."); return listo_cmds;