mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 06:45:05 +00:00
Resolve own absolute path for subprocess spawn
This commit is contained in:
@@ -1068,7 +1068,7 @@ namespace kernel32 {
|
||||
*/
|
||||
LPSTR WIN_FUNC GetCommandLineA() {
|
||||
DEBUG_LOG("GetCommandLineA\n");
|
||||
return wibo::commandLine;
|
||||
return const_cast<LPSTR>(wibo::commandLine.c_str());
|
||||
}
|
||||
|
||||
LPWSTR WIN_FUNC GetCommandLineW() {
|
||||
|
||||
Reference in New Issue
Block a user