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
cba68f4c
Commit
cba68f4c
authored
Aug 30, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mmsystem: Better stick the the PSDK types.
parent
b9a1036c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mmsystem.c
dlls/winmm/mmsystem.c
+2
-2
win16.api
tools/winapi/win16.api
+1
-1
No files found.
dlls/winmm/mmsystem.c
View file @
cba68f4c
...
...
@@ -1238,7 +1238,7 @@ UINT16 WINAPI waveOutGetErrorText16(UINT16 uError, LPSTR lpText, UINT16 uSize)
* waveOutOpen [MMSYSTEM.404]
*/
UINT16
WINAPI
waveOutOpen16
(
HWAVEOUT16
*
lphWaveOut
,
UINT16
uDeviceID
,
const
WAVEFORMATEX
*
lpFormat
,
DWORD
dwCallback
,
LPCWAVEFORMATEX
lpFormat
,
DWORD
dwCallback
,
DWORD
dwInstance
,
DWORD
dwFlags
)
{
HANDLE
hWaveOut
;
...
...
@@ -1529,7 +1529,7 @@ UINT16 WINAPI waveInGetDevCaps16(UINT16 uDeviceID, LPWAVEINCAPS16 lpCaps,
* waveInOpen [MMSYSTEM.504]
*/
UINT16
WINAPI
waveInOpen16
(
HWAVEIN16
*
lphWaveIn
,
UINT16
uDeviceID
,
const
WAVEFORMATEX
*
lpFormat
,
DWORD
dwCallback
,
LPCWAVEFORMATEX
lpFormat
,
DWORD
dwCallback
,
DWORD
dwInstance
,
DWORD
dwFlags
)
{
HANDLE
hWaveIn
;
...
...
tools/winapi/win16.api
View file @
cba68f4c
...
...
@@ -560,6 +560,7 @@ HWAVEIN16 *
HWAVEOUT16 *
LPAUXCAPS16
LPBYTE
LPCWAVEFORMATEX
LPDWORD
LPHANDLE16
LPHMIXER16
...
...
@@ -579,7 +580,6 @@ LPMMTIME16
LPTIMECAPS16
LPUINT16
LPVOID
LPWAVEFORMATEX
LPWAVEHDR
LPWAVEINCAPS16
LPWAVEOUTCAPS16
...
...
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