From bb0108ac9399c0248294bf462b550ec987cead23 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Fri, 6 Nov 2015 15:31:44 -0700 Subject: loader: Compile fixes to instance extension from rebase of bug 15068 changes --- loader/debug_report.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loader/debug_report.c') diff --git a/loader/debug_report.c b/loader/debug_report.c index 891dc1e8..98fd3b46 100644 --- a/loader/debug_report.c +++ b/loader/debug_report.c @@ -65,7 +65,7 @@ void debug_report_create_instance( } } -static VkResult VKAPI debug_report_DbgCreateMsgCallback( +static VKAPI_ATTR VkResult VKAPI_CALL debug_report_DbgCreateMsgCallback( VkInstance instance, VkFlags msgFlags, const PFN_vkDbgMsgCallback pfnMsgCallback, @@ -93,7 +93,7 @@ static VkResult VKAPI debug_report_DbgCreateMsgCallback( return result; } -static VkResult VKAPI debug_report_DbgDestroyMsgCallback( +static VKAPI_ATTR VkResult VKAPI_CALL debug_report_DbgDestroyMsgCallback( VkInstance instance, VkDbgMsgCallback msg_callback) { -- cgit v1.2.3