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
3a9f2262
Commit
3a9f2262
authored
Jun 22, 2005
by
Mike McCormack
Committed by
Alexandre Julliard
Jun 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up declarations.
parent
05f53afd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
53 deletions
+37
-53
band.c
dlls/dmband/band.c
+36
-36
bandtrack.c
dlls/dmband/bandtrack.c
+0
-0
dmband_private.h
dlls/dmband/dmband_private.h
+0
-16
dmutils.c
dlls/dmband/dmutils.c
+1
-1
No files found.
dlls/dmband/band.c
View file @
3a9f2262
This diff is collapsed.
Click to expand it.
dlls/dmband/bandtrack.c
View file @
3a9f2262
This diff is collapsed.
Click to expand it.
dlls/dmband/dmband_private.h
View file @
3a9f2262
...
...
@@ -100,15 +100,6 @@ struct IDirectMusicBandImpl {
struct
list
Instruments
;
};
/* IUnknown: */
extern
ULONG
WINAPI
IDirectMusicBandImpl_IUnknown_AddRef
(
LPUNKNOWN
iface
);
/* IDirectMusicBand: */
extern
ULONG
WINAPI
IDirectMusicBandImpl_IDirectMusicBand_AddRef
(
LPDIRECTMUSICBAND
iface
);
/* IDirectMusicObject: */
extern
ULONG
WINAPI
IDirectMusicBandImpl_IDirectMusicObject_AddRef
(
LPDIRECTMUSICOBJECT
iface
);
/* IPersistStream: */
extern
ULONG
WINAPI
IDirectMusicBandImpl_IPersistStream_AddRef
(
LPPERSISTSTREAM
iface
);
/*****************************************************************************
* IDirectMusicBandTrack implementation structure
*/
...
...
@@ -127,13 +118,6 @@ struct IDirectMusicBandTrack {
struct
list
Bands
;
};
/* IUnknown: */
extern
ULONG
WINAPI
IDirectMusicBandTrack_IUnknown_AddRef
(
LPUNKNOWN
iface
);
/* IDirectMusicTrack(8): */
extern
ULONG
WINAPI
IDirectMusicBandTrack_IDirectMusicTrack_AddRef
(
LPDIRECTMUSICTRACK8
iface
);
/* IPersistStream: */
extern
ULONG
WINAPI
IDirectMusicBandTrack_IPersistStream_AddRef
(
LPPERSISTSTREAM
iface
);
/**********************************************************************
* Dll lifetime tracking declaration for dmband.dll
*/
...
...
dlls/dmband/dmutils.c
View file @
3a9f2262
...
...
@@ -264,7 +264,7 @@ const char *debugstr_dmversion (LPDMUS_VERSION version) {
}
/* month number into month name (for debugstr_filetime) */
const
char
*
debugstr_month
(
DWORD
dwMonth
)
{
static
const
char
*
debugstr_month
(
DWORD
dwMonth
)
{
switch
(
dwMonth
)
{
case
1
:
return
"January"
;
case
2
:
return
"February"
;
...
...
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