Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
6819fa52
Commit
6819fa52
authored
Jan 07, 2007
by
Kai Blin
Committed by
Alexandre Julliard
Jan 08, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winmm: Remove unused variable and if check (Coverity).
parent
56e76849
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
mci.c
dlls/winmm/mci.c
+0
-5
No files found.
dlls/winmm/mci.c
View file @
6819fa52
...
...
@@ -1257,7 +1257,6 @@ DWORD WINAPI mciSendStringW(LPCWSTR lpstrCommand, LPWSTR lpstrRet,
DWORD
retType
;
LPCWSTR
lpCmd
=
0
;
LPWSTR
devAlias
=
NULL
;
BOOL
bAutoOpen
=
FALSE
;
static
const
WCHAR
wszNew
[]
=
{
'n'
,
'e'
,
'w'
,
0
};
static
const
WCHAR
wszSAliasS
[]
=
{
' '
,
'a'
,
'l'
,
'i'
,
'a'
,
's'
,
' '
,
0
};
static
const
WCHAR
wszTypeS
[]
=
{
't'
,
'y'
,
'p'
,
'e'
,
' '
,
0
};
...
...
@@ -1420,10 +1419,6 @@ DWORD WINAPI mciSendStringW(LPCWSTR lpstrCommand, LPWSTR lpstrRet,
if
((
dwRet
=
MCI_ParseOptArgs
(
data
,
offset
,
lpCmd
,
args
,
&
dwFlags
)))
goto
errCleanUp
;
if
(
bAutoOpen
&&
(
dwFlags
&
MCI_NOTIFY
))
{
dwRet
=
MCIERR_NOTIFY_ON_AUTO_OPEN
;
goto
errCleanUp
;
}
/* FIXME: the command should get it's own notification window set up and
* ask for device closing while processing the notification mechanism
*/
...
...
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