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
cdaf1305
Commit
cdaf1305
authored
Nov 29, 2007
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Nov 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Warning fixes.
parent
3ce295a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
info.c
programs/winedbg/info.c
+3
-2
No files found.
programs/winedbg/info.c
View file @
cdaf1305
...
...
@@ -201,7 +201,7 @@ static BOOL CALLBACK info_mod_cb(PCSTR mod_name, DWORD64 base, PVOID ctx)
void
info_win32_module
(
DWORD64
base
)
{
struct
info_module
im
;
int
i
,
j
,
num_printed
=
0
;
UINT
i
,
j
,
num_printed
=
0
;
DWORD
opt
;
if
(
!
dbg_curr_process
)
...
...
@@ -388,7 +388,6 @@ void info_win32_window(HWND hWnd, BOOL detailed)
char
wndName
[
128
];
RECT
clientRect
;
RECT
windowRect
;
int
i
;
WORD
w
;
if
(
!
IsWindow
(
hWnd
))
hWnd
=
GetDesktopWindow
();
...
...
@@ -434,6 +433,8 @@ void info_win32_window(HWND hWnd, BOOL detailed)
if
(
GetClassLong
(
hWnd
,
GCL_CBWNDEXTRA
))
{
UINT
i
;
dbg_printf
(
"Extra bytes:"
);
for
(
i
=
0
;
i
<
GetClassLong
(
hWnd
,
GCL_CBWNDEXTRA
)
/
2
;
i
++
)
{
...
...
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