Commit 98f44486 authored by Sylvain Petreolle's avatar Sylvain Petreolle Committed by Alexandre Julliard

Allow to run autoexec.bat when launching wcmd, it was broken due to a

function change.
parent 11c19c50
......@@ -102,7 +102,7 @@ HANDLE h;
if (h != INVALID_HANDLE_VALUE) {
CloseHandle (h);
#if 0
WCMD_batch (string, " ");
WCMD_batch_command (string);
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment