mirror of
https://github.com/reactos/wine.git
synced 2025-02-01 01:32:34 +00:00
mmsystem.dll16: Make MMSYSTEM_MMTIME16to32() static.
This commit is contained in:
parent
959ced4e3c
commit
621230fdc2
@ -108,7 +108,7 @@ void MMSYSTEM_MMTIME32to16(LPMMTIME16 mmt16, const MMTIME* mmt32)
|
||||
*
|
||||
*
|
||||
*/
|
||||
void MMSYSTEM_MMTIME16to32(LPMMTIME mmt32, const MMTIME16* mmt16)
|
||||
static void MMSYSTEM_MMTIME16to32(LPMMTIME mmt32, const MMTIME16* mmt16)
|
||||
{
|
||||
mmt32->wType = mmt16->wType;
|
||||
/* layout of rest is the same for 32/16,
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
/* mmsystem (16 bit files) only functions */
|
||||
void MMDRV_Init16(void);
|
||||
void MMSYSTEM_MMTIME16to32(LPMMTIME mmt32, const MMTIME16* mmt16);
|
||||
void MMSYSTEM_MMTIME32to16(LPMMTIME16 mmt16, const MMTIME* mmt32);
|
||||
|
||||
typedef LONG (*MCIPROC16)(DWORD, HDRVR16, WORD, DWORD, DWORD);
|
||||
|
Loading…
x
Reference in New Issue
Block a user