mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
[user32_apitest]
- Fix white spaces svn path=/trunk/; revision=53811
This commit is contained in:
parent
886e0ff173
commit
34f9dc947a
2 changed files with 133 additions and 137 deletions
|
@ -59,7 +59,7 @@ static HWND CreateTestWindow()
|
|||
WNDCLASSA wclass;
|
||||
HANDLE hInstance = GetModuleHandleA( NULL );
|
||||
HWND hWndTest;
|
||||
|
||||
|
||||
wclass.lpszClassName = "MouseInputTestClass";
|
||||
wclass.style = CS_HREDRAW | CS_VREDRAW;
|
||||
wclass.lpfnWndProc = WndProc;
|
||||
|
@ -154,8 +154,8 @@ void Test_SetCursorPos()
|
|||
SetCapture(NULL);
|
||||
DestroyWindow(hwnd);
|
||||
|
||||
UnhookWindowsHookEx (hMouseHook);
|
||||
UnhookWindowsHookEx (hMouseHookLL);
|
||||
UnhookWindowsHookEx (hMouseHook);
|
||||
UnhookWindowsHookEx (hMouseHookLL);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue