mirror of
https://github.com/simh/simh.git
synced 2026-02-15 20:27:40 +00:00
@@ -741,7 +741,8 @@ HWND CreateSubclassedButton (HWND hwParent, UINT_PTR i)
|
|||||||
static DWORD WINAPI Pump (LPVOID arg)
|
static DWORD WINAPI Pump (LPVOID arg)
|
||||||
{
|
{
|
||||||
MSG msg;
|
MSG msg;
|
||||||
int wx, wy, i;
|
int wx, wy;
|
||||||
|
UINT_PTR i;
|
||||||
RECT r, ra;
|
RECT r, ra;
|
||||||
BITMAP bm;
|
BITMAP bm;
|
||||||
WNDCLASS cd;
|
WNDCLASS cd;
|
||||||
|
|||||||
Reference in New Issue
Block a user