IBM1130: Fix missing x64 GUI declaration

As discussed in #465
This commit is contained in:
Mark Pizzolato 2017-05-22 10:06:51 -07:00
parent 73a058a904
commit 83d414d6e6

View file

@ -741,7 +741,8 @@ HWND CreateSubclassedButton (HWND hwParent, UINT_PTR i)
static DWORD WINAPI Pump (LPVOID arg)
{
MSG msg;
int wx, wy, i;
int wx, wy;
UINT_PTR i;
RECT r, ra;
BITMAP bm;
WNDCLASS cd;