shell32: try to guess the working directory in the run dialog

Juan Lang juan.lang at gmail.com
Tue Oct 21 20:41:47 CDT 2008


Oops, sorry Vincent, James caught me:

> +    result = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY,
> sizeof(WCHAR)*strlenW(cmdline));

The HEAP_ZERO_MEMORY is the something obvious I was missing.

/me slinks back to his corner.
--Juan



More information about the wine-devel mailing list