The implementation of mmioWrite is now called instead of the stub.

This commit is contained in:
Patrik Stridvall 1998-10-11 15:54:19 +00:00 committed by Alexandre Julliard
parent 6acd059970
commit 5cd63f3531
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ type win32
130 stdcall mmioSetInfo(long ptr long) mmioSetInfo32
131 stdcall mmioStringToFOURCCA(str long) mmioStringToFOURCC32A
132 stdcall mmioStringToFOURCCW(wstr long) mmioStringToFOURCC32W
133 stub mmioWrite
133 stdcall mmioWrite(long ptr long) mmioWrite32
134 stdcall mmsystemGetVersion() mmsystemGetVersion32
135 stdcall sndPlaySoundA(ptr long) sndPlaySound
136 stub sndPlaySoundW