diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-11-06 15:31:44 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-11-06 15:34:34 -0700 |
| commit | bb0108ac9399c0248294bf462b550ec987cead23 (patch) | |
| tree | 50fad8947cfc0601d330f3e0ac2021b759409e1b /loader/debug_report.c | |
| parent | a34cb689a86ae1c6ad79fa39f88539ba746b7241 (diff) | |
| download | usermoji-bb0108ac9399c0248294bf462b550ec987cead23.tar.xz | |
loader: Compile fixes to instance extension from rebase of bug 15068 changes
Diffstat (limited to 'loader/debug_report.c')
| -rw-r--r-- | loader/debug_report.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |
