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
15840d96
Commit
15840d96
authored
Dec 07, 2016
by
Bruno Jesus
Committed by
Alexandre Julliard
Dec 08, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvfw32: Remove duplicated debug.
Signed-off-by:
Bruno Jesus
<
00cpxxx@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
78a547a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
msvideo_main.c
dlls/msvfw32/msvideo_main.c
+0
-3
No files found.
dlls/msvfw32/msvideo_main.c
View file @
15840d96
...
...
@@ -621,7 +621,6 @@ LRESULT VFWAPI ICGetInfo(HIC hic, ICINFO *picinfo, DWORD cb)
lstrcpyW
(
picinfo
->
szDriver
,
ii
.
szDriver
);
}
TRACE
(
" -> %s
\n
"
,
wine_dbgstr_icerr
(
ret
));
return
ret
;
}
...
...
@@ -818,8 +817,6 @@ DWORD VFWAPIV ICDecompress(HIC hic,DWORD dwFlags,LPBITMAPINFOHEADER lpbiFormat,
icd
.
ckid
=
0
;
ret
=
ICSendMessage
(
hic
,
ICM_DECOMPRESS
,(
DWORD_PTR
)
&
icd
,
sizeof
(
ICDECOMPRESS
));
TRACE
(
"-> %s
\n
"
,
wine_dbgstr_icerr
(
ret
));
return
ret
;
}
...
...
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