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
e169a780
Commit
e169a780
authored
Sep 22, 2010
by
Sven Baars
Committed by
Alexandre Julliard
Sep 23, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mciwave: Fix some typos.
parent
120346da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mciwave.c
dlls/mciwave/mciwave.c
+3
-3
No files found.
dlls/mciwave/mciwave.c
View file @
e169a780
...
...
@@ -483,7 +483,7 @@ static LRESULT WAVE_mciOpenFile(WINE_MCIWAVE* wmw, LPCWSTR filename)
{
LPMMCKINFO
lpckMainRIFF
=
&
wmw
->
ckMainRIFF
;
/* make sure we're a
re
the beginning of the file */
/* make sure we're a
t
the beginning of the file */
mmioSeek
(
wmw
->
hFile
,
0
,
SEEK_SET
);
/* first reading of this file. read the waveformat chunk */
...
...
@@ -916,7 +916,7 @@ cleanUp:
wmw
->
dwStatus
=
MCI_MODE_STOP
;
/* Let the potenti
c
ally asynchronous commands support FAILURE notification. */
/* Let the potentially asynchronous commands support FAILURE notification. */
if
(
oldcb
)
mciDriverNotify
(
oldcb
,
wDevID
,
dwRet
?
MCI_NOTIFY_FAILURE
:
MCI_NOTIFY_SUCCESSFUL
);
...
...
@@ -1752,7 +1752,7 @@ LRESULT CALLBACK MCIWAVE_DriverProc(DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg,
case
MCI_CUT
:
case
MCI_DELETE
:
case
MCI_PASTE
:
FIXME
(
"Unsupported
yet
command [%u]
\n
"
,
wMsg
);
FIXME
(
"Unsupported command [%u]
\n
"
,
wMsg
);
break
;
case
MCI_WINDOW
:
TRACE
(
"Unsupported command [%u]
\n
"
,
wMsg
);
...
...
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