mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
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:
committed by
Alexandre Julliard
parent
826190fc0e
commit
843349c5e0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user