mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
replace WinExec with a more modern CreateProcess
This commit is contained in:
parent
d441e69264
commit
fe696cf3ae
1 changed files with 1 additions and 1 deletions
|
@ -1292,7 +1292,7 @@ void RunBsp( char *command ){
|
|||
Sys_Printf( "Running bsp command...\n" );
|
||||
Sys_Printf( "\n%s\n", strSys.GetBuffer() );
|
||||
|
||||
WinExec( batpath, SW_SHOWNORMAL );
|
||||
Q_Exec( batpath, NULL, g_strTempPath.GetBuffer(), true );
|
||||
#endif
|
||||
}
|
||||
// free the strings and the array
|
||||
|
|
Loading…
Reference in a new issue