Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
9d8036e1
Commit
9d8036e1
authored
Jun 21, 2004
by
Vincent Béron
Committed by
Alexandre Julliard
Jun 21, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace some more -debugmsg references for WINEDEBUG.
parent
b6908b4c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
setupcab.c
dlls/setupapi/setupcab.c
+1
-1
keyboard.c
dlls/x11drv/keyboard.c
+1
-1
winelauncher.in
programs/winelauncher.in
+3
-3
msgbox.c
windows/msgbox.c
+1
-1
No files found.
dlls/setupapi/setupcab.c
View file @
9d8036e1
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
*
*
*
*
* Many useful traces are commented in code, uncomment them if you have
* Many useful traces are commented in code, uncomment them if you have
* trouble and run with
--debugmsg
+setupapi
* trouble and run with
WINEDEBUG=
+setupapi
*
*
*/
*/
...
...
dlls/x11drv/keyboard.c
View file @
9d8036e1
...
@@ -185,7 +185,7 @@ static const WORD main_key_vkey_dvorak[MAIN_LEN] =
...
@@ -185,7 +185,7 @@ static const WORD main_key_vkey_dvorak[MAIN_LEN] =
and Shift-AltGr if it can vary among different X servers */
and Shift-AltGr if it can vary among different X servers */
/* Remember that your 102nd key (to the right of l-shift) should be on a
/* Remember that your 102nd key (to the right of l-shift) should be on a
separate line, see existing tables */
separate line, see existing tables */
/* If Wine fails to match your new table, use
-debugmsg
+key to find out why */
/* If Wine fails to match your new table, use
WINEDEBUG=
+key to find out why */
/* Remember to also add your new table to the layout index table far below! */
/* Remember to also add your new table to the layout index table far below! */
/*** German Logitech Desktop Pro keyboard layout */
/*** German Logitech Desktop Pro keyboard layout */
...
...
programs/winelauncher.in
View file @
9d8036e1
...
@@ -202,7 +202,7 @@ export WINESERVER
...
@@ -202,7 +202,7 @@ export WINESERVER
info_flag
=
~/.wine/.no_prelaunch_window_flag
info_flag
=
~/.wine/.no_prelaunch_window_flag
debug_flag
=
~/.wine/.no_debug_window_flag
debug_flag
=
~/.wine/.no_debug_window_flag
debug_options
=
"
-debugmsg
warn+all"
debug_options
=
"warn+all"
if
[
-f
$info_flag
]
;
then
if
[
-f
$info_flag
]
;
then
use_info_message
=
0
use_info_message
=
0
...
@@ -558,8 +558,8 @@ You may view this file by selecting View Log, below."
...
@@ -558,8 +558,8 @@ You may view this file by selecting View Log, below."
# If they want to retry with debug, let 'em.
# If they want to retry with debug, let 'em.
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
if
[
$debug_return
-eq
2
]
;
then
if
[
$debug_return
-eq
2
]
;
then
echo
"Rerunning
$0
$debug_options
$@
"
echo
"Rerunning
WINEDEBUG=
$debug_options
$0
$@
"
exec
$0
$debug_options
"
$@
"
WINEDEBUG
=
$debug_options
exec
$0
"
$@
"
fi
fi
done
done
fi
fi
...
...
windows/msgbox.c
View file @
9d8036e1
...
@@ -336,7 +336,7 @@ static INT_PTR CALLBACK MSGBOX_DlgProc( HWND hwnd, UINT message,
...
@@ -336,7 +336,7 @@ static INT_PTR CALLBACK MSGBOX_DlgProc( HWND hwnd, UINT message,
*
*
* NOTES
* NOTES
* The WARN is here to help debug erroneous MessageBoxes
* The WARN is here to help debug erroneous MessageBoxes
* Use:
-debugmsg
warn+dialog,+relay
* Use:
WINEDEBUG=
warn+dialog,+relay
*/
*/
INT
WINAPI
MessageBoxA
(
HWND
hWnd
,
LPCSTR
text
,
LPCSTR
title
,
UINT
type
)
INT
WINAPI
MessageBoxA
(
HWND
hWnd
,
LPCSTR
text
,
LPCSTR
title
,
UINT
type
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment