Alexandre Julliard : user: Add .exe extension to wineboot just in case.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Aug 18 14:20:58 CDT 2006


Module: wine
Branch: master
Commit: 909accf311ee9acc0177844e31ec8e682a4fcd8a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=909accf311ee9acc0177844e31ec8e682a4fcd8a

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Aug 18 20:54:26 2006 +0200

user: Add .exe extension to wineboot just in case.

---

 dlls/user/user_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user/user_main.c b/dlls/user/user_main.c
index 4a2915a..8b3d83c 100644
--- a/dlls/user/user_main.c
+++ b/dlls/user/user_main.c
@@ -287,7 +287,7 @@ BOOL WINAPI DllMain( HINSTANCE inst, DWO
  */
 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 };




More information about the wine-cvs mailing list