tests: Prefer uint64_t to UINT64.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia
2019-06-11 10:13:36 +02:00
committed by Alexandre Julliard
parent 826190fc0e
commit 843349c5e0
2 changed files with 46 additions and 46 deletions

View File

@@ -198,7 +198,7 @@ static inline bool join_thread(HANDLE untyped_thread)
}
#endif
static HRESULT wait_for_fence(ID3D12Fence *fence, UINT64 value)
static HRESULT wait_for_fence(ID3D12Fence *fence, uint64_t value)
{
unsigned int ret;
HANDLE event;