ChangeSet ID: 12630 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/06/15 13:27:50
Modified files: dlls/shell32 : shlexec.c shell32_main.h shell.c
Log message: Francois Gouget fgouget@codeweavers.com 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.
Patch: http://cvs.winehq.org/patch.py?id=12630
Old revision New revision Changes Path 1.51 1.52 +7 -7 wine/dlls/shell32/shlexec.c 1.87 1.88 +2 -2 wine/dlls/shell32/shell32_main.h 1.60 1.61 +1 -1 wine/dlls/shell32/shell.c