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; ...@@ -102,7 +102,7 @@ HANDLE h;
if (h != INVALID_HANDLE_VALUE) { if (h != INVALID_HANDLE_VALUE) {
CloseHandle (h); CloseHandle (h);
#if 0 #if 0
WCMD_batch (string, " "); WCMD_batch_command (string);
#endif #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