mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
tests: Properly print 64-bit unsigned integers.
Use PRIu64 since we use C99.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#ifndef __VKD3D_TEST_H
|
||||
#define __VKD3D_TEST_H
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user