vkd3d/include/private
Józef Kucia 1172e66f6d include: Use "do { } while (0)" when VKD3D_NO_{TRACE, DEBUG}_MESSAGES is defined.
In order to handle the following construct correctly:

  if (...) TRACE(...);

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>
2019-04-26 16:37:10 +02:00
..
list.h include: Import linked list implementation from Wine. 2017-06-16 22:38:21 +02:00
rbtree.h include: Avoid _t-suffixes. 2018-10-18 19:49:25 +02:00
vkd3d_common.h include: Avoid redefining ARRAY_SIZE(). 2019-01-31 18:06:27 +01:00
vkd3d_debug.h include: Use "do { } while (0)" when VKD3D_NO_{TRACE, DEBUG}_MESSAGES is defined. 2019-04-26 16:37:10 +02:00
vkd3d_memory.h include: Include stdlib.h for malloc(). 2019-01-31 18:06:24 +01:00
vkd3d_test.h tests: Introduce assert_that(). 2019-03-11 19:17:29 +01:00
vkd3d_utf8.h vkd3d: Implement d3d12_query_heap_SetName(). 2019-01-30 18:35:38 +01:00