Commit ad2dfca6 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

include: Change from long to LONG in the remaining DirectMusic headers.

parent ca91850a
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
/***************************************************************************** /*****************************************************************************
* Typedef definitions * Typedef definitions
*/ */
typedef long GCENT; typedef LONG GCENT;
typedef long PCENT; typedef LONG PCENT;
typedef long PERCENT; typedef LONG PERCENT;
typedef long TCENT; typedef LONG TCENT;
typedef LONGLONG REFERENCE_TIME, *LPREFERENCE_TIME; typedef LONGLONG REFERENCE_TIME, *LPREFERENCE_TIME;
......
...@@ -330,7 +330,7 @@ struct _DMUS_SYNTHSTATS { ...@@ -330,7 +330,7 @@ struct _DMUS_SYNTHSTATS {
DWORD dwCPUPerVoice; DWORD dwCPUPerVoice;
DWORD dwLostNotes; DWORD dwLostNotes;
DWORD dwFreeMemory; DWORD dwFreeMemory;
long lPeakVolume; LONG lPeakVolume;
}; };
struct _DMUS_SYNTHSTATS8 { struct _DMUS_SYNTHSTATS8 {
...@@ -341,7 +341,7 @@ struct _DMUS_SYNTHSTATS8 { ...@@ -341,7 +341,7 @@ struct _DMUS_SYNTHSTATS8 {
DWORD dwCPUPerVoice; DWORD dwCPUPerVoice;
DWORD dwLostNotes; DWORD dwLostNotes;
DWORD dwFreeMemory; DWORD dwFreeMemory;
long lPeakVolume; LONG lPeakVolume;
DWORD dwSynthMemUse; DWORD dwSynthMemUse;
}; };
......
...@@ -627,7 +627,7 @@ struct _DMUS_IO_COMMAND { ...@@ -627,7 +627,7 @@ struct _DMUS_IO_COMMAND {
struct _DMUS_IO_TOOL_HEADER { struct _DMUS_IO_TOOL_HEADER {
GUID guidClassID; GUID guidClassID;
long lIndex; LONG lIndex;
DWORD cPChannels; DWORD cPChannels;
FOURCC ckid; FOURCC ckid;
FOURCC fccType; FOURCC fccType;
...@@ -685,12 +685,12 @@ struct _DMUS_IO_WAVE_HEADER { ...@@ -685,12 +685,12 @@ struct _DMUS_IO_WAVE_HEADER {
}; };
struct _DMUS_IO_WAVE_TRACK_HEADER { struct _DMUS_IO_WAVE_TRACK_HEADER {
long lVolume; LONG lVolume;
DWORD dwFlags; DWORD dwFlags;
}; };
struct _DMUS_IO_WAVE_PART_HEADER { struct _DMUS_IO_WAVE_PART_HEADER {
long lVolume; LONG lVolume;
DWORD dwVariations; DWORD dwVariations;
DWORD dwPChannel; DWORD dwPChannel;
DWORD dwLockToPart; DWORD dwLockToPart;
...@@ -699,8 +699,8 @@ struct _DMUS_IO_WAVE_PART_HEADER { ...@@ -699,8 +699,8 @@ struct _DMUS_IO_WAVE_PART_HEADER {
}; };
struct _DMUS_IO_WAVE_ITEM_HEADER { struct _DMUS_IO_WAVE_ITEM_HEADER {
long lVolume; LONG lVolume;
long lPitch; LONG lPitch;
DWORD dwVariations; DWORD dwVariations;
REFERENCE_TIME rtTime; REFERENCE_TIME rtTime;
REFERENCE_TIME rtStartOffset; REFERENCE_TIME rtStartOffset;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment