Small corrections in mmio declarations.
This commit is contained in:
parent
2958416d83
commit
6051fb3728
|
@ -1617,12 +1617,15 @@ LONG WINAPI mmioWrite32(HMMIO32,HPCSTR,LONG);
|
||||||
LONG WINAPI mmioSeek16(HMMIO16,LONG,INT16);
|
LONG WINAPI mmioSeek16(HMMIO16,LONG,INT16);
|
||||||
LONG WINAPI mmioSeek32(HMMIO32,LONG,INT32);
|
LONG WINAPI mmioSeek32(HMMIO32,LONG,INT32);
|
||||||
#define mmioSeek WINELIB_NAME(mmioSeek)
|
#define mmioSeek WINELIB_NAME(mmioSeek)
|
||||||
|
|
||||||
MMRESULT16 WINAPI mmioGetInfo16(HMMIO16,MMIOINFO16*,UINT16);
|
MMRESULT16 WINAPI mmioGetInfo16(HMMIO16,MMIOINFO16*,UINT16);
|
||||||
MMRESULT32 WINAPI mmioGetInfo32(HMMIO32,MMIOINFO32*,UINT32);
|
MMRESULT32 WINAPI mmioGetInfo32(HMMIO32,MMIOINFO32*,UINT32);
|
||||||
#define mmioGetInfo WINELIB_NAME(mmioGetInfo)
|
#define mmioGetInfo WINELIB_NAME(mmioGetInfo)
|
||||||
MMRESULT16 WINAPI mmioSetInfo(HMMIO16,const MMIOINFO16*,UINT16);
|
MMRESULT16 WINAPI mmioSetInfo16(HMMIO16,const MMIOINFO16*,UINT16);
|
||||||
UINT16 WINAPI mmioSetBuffer(HMMIO16,LPSTR,LONG,UINT16);
|
MMRESULT32 WINAPI mmioSetInfo32(HMMIO32,const MMIOINFO32*,UINT32);
|
||||||
|
#define mmioSetInfo WINELIB_NAME(mmioSetInfo)
|
||||||
|
|
||||||
|
UINT16 WINAPI mmioSetBuffer(HMMIO16,LPSTR,LONG,UINT16);
|
||||||
|
|
||||||
UINT16 WINAPI mmioFlush16(HMMIO16,UINT16);
|
UINT16 WINAPI mmioFlush16(HMMIO16,UINT16);
|
||||||
UINT32 WINAPI mmioFlush32(HMMIO32,UINT32);
|
UINT32 WINAPI mmioFlush32(HMMIO32,UINT32);
|
||||||
#define mmioFlush WINELIB_NAME(mmioFlush)
|
#define mmioFlush WINELIB_NAME(mmioFlush)
|
||||||
|
|
Loading…
Reference in New Issue