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
7844c1ca
Commit
7844c1ca
authored
Sep 18, 2012
by
Christian Costa
Committed by
Alexandre Julliard
Sep 19, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmusic: Rename IDirectMusicPortImpl object to SynthPortImpl.
parent
51eb9331
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
dmusic_private.h
dlls/dmusic/dmusic_private.h
+5
-6
port.c
dlls/dmusic/port.c
+0
-0
No files found.
dlls/dmusic/dmusic_private.h
View file @
7844c1ca
...
...
@@ -2,6 +2,7 @@
* DirectMusic Private Include
*
* Copyright (C) 2003-2004 Rok Mandeljc
* Copyright (C) 2012 Christian Costa
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -48,14 +49,12 @@ typedef struct IDirectMusic8Impl IDirectMusic8Impl;
typedef
struct
IDirectMusicBufferImpl
IDirectMusicBufferImpl
;
typedef
struct
IDirectMusicDownloadedInstrumentImpl
IDirectMusicDownloadedInstrumentImpl
;
typedef
struct
IDirectMusicDownloadImpl
IDirectMusicDownloadImpl
;
typedef
struct
IDirectMusicPortDownloadImpl
IDirectMusicPortDownloadImpl
;
typedef
struct
IDirectMusicPortImpl
IDirectMusicPortImpl
;
typedef
struct
IDirectMusicThruImpl
IDirectMusicThruImpl
;
typedef
struct
IReferenceClockImpl
IReferenceClockImpl
;
typedef
struct
IDirectMusicCollectionImpl
IDirectMusicCollectionImpl
;
typedef
struct
IDirectMusicInstrumentImpl
IDirectMusicInstrumentImpl
;
typedef
struct
SynthPortImpl
SynthPortImpl
;
/*****************************************************************************
* Some stuff to make my life easier :=)
...
...
@@ -149,16 +148,16 @@ struct IDirectMusicDownloadImpl {
};
/*****************************************************************************
*
IDirectMusic
PortImpl implementation structure
*
Synth
PortImpl implementation structure
*/
struct
IDirectMusic
PortImpl
{
struct
Synth
PortImpl
{
/* IUnknown fields */
IDirectMusicPort
IDirectMusicPort_iface
;
IDirectMusicPortDownload
IDirectMusicPortDownload_iface
;
IDirectMusicThru
IDirectMusicThru_iface
;
LONG
ref
;
/* IDirectMusicPort
Impl
fields */
/* IDirectMusicPort fields */
IDirectSound
*
pDirectSound
;
IReferenceClock
*
pLatencyClock
;
BOOL
fActive
;
...
...
dlls/dmusic/port.c
View file @
7844c1ca
This diff is collapsed.
Click to expand it.
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