Another missing WINAPI.

oldstable
Marcus Meissner 1998-10-22 16:04:07 +00:00 committed by Alexandre Julliard
parent 6051fb3728
commit 07244a5647
1 changed files with 1 additions and 1 deletions

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;