mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
dinput/tests: Remove a no longer needed workaround.
This was fixed by 41ce4a0158
.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2c51fc1bfc
commit
58abb3518c
1 changed files with 0 additions and 2 deletions
|
@ -136,8 +136,6 @@ static void test_acquire(IDirectInputA *pDI, HWND hwnd)
|
|||
|
||||
hr = IDirectInputDevice_GetDeviceState(pMouse, sizeof(m_state), &m_state);
|
||||
ok(hr == DIERR_NOTACQUIRED, "GetDeviceState() should have failed: %08x\n", hr);
|
||||
/* Workaround so we can test other things. Remove when Wine is fixed */
|
||||
IDirectInputDevice_Unacquire(pMouse);
|
||||
|
||||
hr = IDirectInputDevice_Acquire(pMouse);
|
||||
ok(hr == DIERR_OTHERAPPHASPRIO, "Acquire() should have failed: %08x\n", hr);
|
||||
|
|
Loading…
Reference in a new issue