tests: Properly print 64-bit unsigned integers.

Use PRIu64 since we use C99.
This commit is contained in:
Józef Kucia
2016-10-10 11:22:50 +02:00
parent 6dcd930408
commit 6330c9f46a
2 changed files with 9 additions and 8 deletions

View File

@@ -23,6 +23,7 @@
#ifndef __VKD3D_TEST_H
#define __VKD3D_TEST_H
#include <inttypes.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>