SHELL_ExecuteW() passes a Unicode environment to CreateProcessW() so
commit1117e69c148092f48d2de27ebd705a54276badc3
authorFrancois Gouget <fgouget@codeweavers.com>
Tue, 15 Jun 2004 18:27:50 +0000 (15 18:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Jun 2004 18:27:50 +0000 (15 18:27 +0000)
tree7548362ad441a5fe25d3da65cc8dde3a0d17d674
parent4ad5ccfb58faf6c63eb4c274b4a1b2b08930cad0
SHELL_ExecuteW() passes a Unicode environment to CreateProcessW() so
it must specify the CREATE_UNICODE_ENVIRONMENT flag. Also the
SHELL_ExecuteW32() functions will always be called with a Unicode
environment so adjust their prototype accordingly.
dlls/shell32/shell.c
dlls/shell32/shell32_main.h
dlls/shell32/shlexec.c