1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

Another missing WINAPI.

This commit is contained in:
Marcus Meissner 1998-10-22 16:04:07 +00:00 committed by Alexandre Julliard
parent 6051fb3728
commit 07244a5647

View file

@ -1445,7 +1445,7 @@ static void midReceiveChar(WORD wDevID, unsigned char value, DWORD dwTime)
}
}
static VOID midTimeCallback(HWND32 hwnd, UINT32 msg, UINT32 id, DWORD dwTime)
static VOID WINAPI midTimeCallback(HWND32 hwnd, UINT32 msg, UINT32 id, DWORD dwTime)
{
unsigned char buffer[256];
int len, idx;