commit | 1117e69c148092f48d2de27ebd705a54276badc3 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Tue Jun 15 18:27:50 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jun 15 18:27:50 2004 +0000 |
tree | 7548362ad441a5fe25d3da65cc8dde3a0d17d674 | |
parent | 4ad5ccfb58faf6c63eb4c274b4a1b2b08930cad0 [diff] |
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.