parent
73a058a904
commit
83d414d6e6
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue