Fixed buggy prototype.
This commit is contained in:
parent
00761353bf
commit
87b9aa8e0f
|
@ -631,7 +631,6 @@ UINT16 WINAPI midiOutGetErrorText16(UINT16,LPSTR,UINT16);
|
||||||
UINT WINAPI midiOutGetErrorTextA(UINT,LPSTR,UINT);
|
UINT WINAPI midiOutGetErrorTextA(UINT,LPSTR,UINT);
|
||||||
UINT WINAPI midiOutGetErrorTextW(UINT,LPWSTR,UINT);
|
UINT WINAPI midiOutGetErrorTextW(UINT,LPWSTR,UINT);
|
||||||
#define midiOutGetErrorText WINELIB_NAME_AW(midiOutGetErrorText)
|
#define midiOutGetErrorText WINELIB_NAME_AW(midiOutGetErrorText)
|
||||||
UINT16 WINAPI midiGetErrorText(UINT16,LPSTR,UINT16);
|
|
||||||
UINT16 WINAPI midiOutOpen16(HMIDIOUT16*,UINT16,DWORD,DWORD,DWORD);
|
UINT16 WINAPI midiOutOpen16(HMIDIOUT16*,UINT16,DWORD,DWORD,DWORD);
|
||||||
UINT WINAPI midiOutOpen(HMIDIOUT*,UINT,DWORD,DWORD,DWORD);
|
UINT WINAPI midiOutOpen(HMIDIOUT*,UINT,DWORD,DWORD,DWORD);
|
||||||
UINT16 WINAPI midiOutClose16(HMIDIOUT16);
|
UINT16 WINAPI midiOutClose16(HMIDIOUT16);
|
||||||
|
|
Loading…
Reference in New Issue