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
8472190a
Commit
8472190a
authored
Jan 08, 2014
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jan 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmime: Fix copy and paste errors.
parent
1c61a53e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
segtriggertrack.c
dlls/dmime/segtriggertrack.c
+1
-1
tempotrack.c
dlls/dmime/tempotrack.c
+1
-1
No files found.
dlls/dmime/segtriggertrack.c
View file @
8472190a
...
...
@@ -235,7 +235,7 @@ static ULONG WINAPI IDirectMusicSegTriggerTrack_IPersistStream_Release (LPPERSIS
}
static
HRESULT
WINAPI
IDirectMusicSegTriggerTrack_IPersistStream_GetClassID
(
LPPERSISTSTREAM
iface
,
CLSID
*
pClassID
)
{
ICOM_THIS_MULTI
(
IDirectMusicSeg
ment8Impl
,
PersistStreamVtbl
,
iface
);
ICOM_THIS_MULTI
(
IDirectMusicSeg
TriggerTrack
,
PersistStreamVtbl
,
iface
);
TRACE
(
"(%p, %p)
\n
"
,
This
,
pClassID
);
*
pClassID
=
CLSID_DirectMusicSegTriggerTrack
;
return
S_OK
;
...
...
dlls/dmime/tempotrack.c
View file @
8472190a
...
...
@@ -307,7 +307,7 @@ static ULONG WINAPI IDirectMusicTempoTrack_IPersistStream_Release (LPPERSISTSTRE
}
static
HRESULT
WINAPI
IDirectMusicTempoTrack_IPersistStream_GetClassID
(
LPPERSISTSTREAM
iface
,
CLSID
*
pClassID
)
{
ICOM_THIS_MULTI
(
IDirectMusic
Segment8Impl
,
PersistStreamVtbl
,
iface
);
ICOM_THIS_MULTI
(
IDirectMusic
TempoTrack
,
PersistStreamVtbl
,
iface
);
TRACE
(
"(%p, %p)
\n
"
,
This
,
pClassID
);
*
pClassID
=
CLSID_DirectMusicTempoTrack
;
return
S_OK
;
...
...
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