mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 21:55:12 +00:00
Another missing WINAPI.
This commit is contained in:
parent
6051fb3728
commit
07244a5647
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user