From 83d414d6e63e2f67daaae455f86267ff1f047e7f Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Mon, 22 May 2017 10:06:51 -0700 Subject: [PATCH] IBM1130: Fix missing x64 GUI declaration As discussed in #465 --- Ibm1130/ibm1130_gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ibm1130/ibm1130_gui.c b/Ibm1130/ibm1130_gui.c index 26dfa08d..bf6ccfc0 100644 --- a/Ibm1130/ibm1130_gui.c +++ b/Ibm1130/ibm1130_gui.c @@ -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;