aboutsummaryrefslogtreecommitdiff
path: root/loader/debug_report.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/debug_report.c')
-rw-r--r--loader/debug_report.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/debug_report.c b/loader/debug_report.c
index 40a4b5b2..497860e6 100644
--- a/loader/debug_report.c
+++ b/loader/debug_report.c
@@ -65,7 +65,7 @@ void debug_report_create_instance(
}
}
-static VkResult debug_report_DbgCreateMsgCallback(
+static VkResult VKAPI debug_report_DbgCreateMsgCallback(
VkInstance instance,
VkFlags msgFlags,
const PFN_vkDbgMsgCallback pfnMsgCallback,
@@ -93,7 +93,7 @@ static VkResult debug_report_DbgCreateMsgCallback(
return result;
}
-static VkResult debug_report_DbgDestroyMsgCallback(
+static VkResult VKAPI debug_report_DbgDestroyMsgCallback(
VkInstance instance,
VkDbgMsgCallback msg_callback)
{