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
ad2dfca6
Commit
ad2dfca6
authored
Jan 10, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jan 10, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Change from long to LONG in the remaining DirectMusic headers.
parent
ca91850a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
dmdls.h
include/dmdls.h
+4
-4
dmusicc.h
include/dmusicc.h
+2
-2
dmusicf.h
include/dmusicf.h
+5
-5
No files found.
include/dmdls.h
View file @
ad2dfca6
...
...
@@ -25,10 +25,10 @@
/*****************************************************************************
* Typedef definitions
*/
typedef
long
GCENT
;
typedef
long
PCENT
;
typedef
long
PERCENT
;
typedef
long
TCENT
;
typedef
LONG
GCENT
;
typedef
LONG
PCENT
;
typedef
LONG
PERCENT
;
typedef
LONG
TCENT
;
typedef
LONGLONG
REFERENCE_TIME
,
*
LPREFERENCE_TIME
;
...
...
include/dmusicc.h
View file @
ad2dfca6
...
...
@@ -330,7 +330,7 @@ struct _DMUS_SYNTHSTATS {
DWORD
dwCPUPerVoice
;
DWORD
dwLostNotes
;
DWORD
dwFreeMemory
;
long
lPeakVolume
;
LONG
lPeakVolume
;
};
struct
_DMUS_SYNTHSTATS8
{
...
...
@@ -341,7 +341,7 @@ struct _DMUS_SYNTHSTATS8 {
DWORD
dwCPUPerVoice
;
DWORD
dwLostNotes
;
DWORD
dwFreeMemory
;
long
lPeakVolume
;
LONG
lPeakVolume
;
DWORD
dwSynthMemUse
;
};
...
...
include/dmusicf.h
View file @
ad2dfca6
...
...
@@ -627,7 +627,7 @@ struct _DMUS_IO_COMMAND {
struct
_DMUS_IO_TOOL_HEADER
{
GUID
guidClassID
;
long
lIndex
;
LONG
lIndex
;
DWORD
cPChannels
;
FOURCC
ckid
;
FOURCC
fccType
;
...
...
@@ -685,12 +685,12 @@ struct _DMUS_IO_WAVE_HEADER {
};
struct
_DMUS_IO_WAVE_TRACK_HEADER
{
long
lVolume
;
LONG
lVolume
;
DWORD
dwFlags
;
};
struct
_DMUS_IO_WAVE_PART_HEADER
{
long
lVolume
;
LONG
lVolume
;
DWORD
dwVariations
;
DWORD
dwPChannel
;
DWORD
dwLockToPart
;
...
...
@@ -699,8 +699,8 @@ struct _DMUS_IO_WAVE_PART_HEADER {
};
struct
_DMUS_IO_WAVE_ITEM_HEADER
{
long
lVolume
;
long
lPitch
;
LONG
lVolume
;
LONG
lPitch
;
DWORD
dwVariations
;
REFERENCE_TIME
rtTime
;
REFERENCE_TIME
rtStartOffset
;
...
...
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