mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
user: Add .exe extension to wineboot just in case.
This commit is contained in:
parent
8e13333cb7
commit
909accf311
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ BOOL WINAPI DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
|
|||
*/
|
||||
BOOL WINAPI ExitWindowsEx( UINT flags, DWORD reason )
|
||||
{
|
||||
static const WCHAR winebootW[] = { '\\','w','i','n','e','b','o','o','t',0 };
|
||||
static const WCHAR winebootW[] = { '\\','w','i','n','e','b','o','o','t','.','e','x','e',0 };
|
||||
static const WCHAR killW[] = { ' ','-','-','k','i','l','l',0 };
|
||||
static const WCHAR end_sessionW[] = { ' ','-','-','e','n','d','-','s','e','s','s','i','o','n',0 };
|
||||
static const WCHAR forceW[] = { ' ','-','-','f','o','r','c','e',0 };
|
||||
|
|
Loading…
Reference in a new issue