diff options
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/table_ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/table_ops.h b/loader/table_ops.h index 13c9ac7e..eecc952a 100644 --- a/loader/table_ops.h +++ b/loader/table_ops.h @@ -29,7 +29,7 @@ #include "loader.h" #include "vk_loader_platform.h" -static VkResult vkDevExtError(VkDevice dev) { +static VkResult VKAPI_CALL vkDevExtError(VkDevice dev) { struct loader_device *found_dev; // The device going in is a trampoline device struct loader_icd_term *icd_term = |
