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…
Reference in New Issue