tests: Include vkd3d_common.h in vkd3d_test.h.

This commit is contained in:
Józef Kucia
2016-10-10 11:22:50 +02:00
parent eb05a388e1
commit 5f3d5a1263
4 changed files with 10 additions and 16 deletions

View File

@@ -55,8 +55,6 @@ typedef int HRESULT;
# include "vkd3d_utils.h"
#endif
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*x))
static size_t align(size_t addr, unsigned int alignment)
{
return (addr + (alignment - 1)) & ~(alignment - 1);