Fix: A few minor compile warnings under MinGW

This commit is contained in:
Charles Pigott
2019-01-17 21:55:15 +00:00
parent 1106534262
commit 2d981a4b2c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ int RedrawScreenDebug()
#define TID_POLLMOUSE 1
#define MOUSE_POLL_DELAY 75
static void CALLBACK TrackMouseTimerProc(HWND hwnd, UINT msg, UINT event, DWORD time)
static void CALLBACK TrackMouseTimerProc(HWND hwnd, UINT msg, UINT_PTR event, DWORD time)
{
RECT rc;
POINT pt;