mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
zink: add c++ guards for zink_screen.h
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16544>
This commit is contained in:
parent
b18448e7ac
commit
5d5b6197e3
1 changed files with 9 additions and 0 deletions
|
|
@ -43,6 +43,11 @@
|
|||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern uint32_t zink_debug;
|
||||
struct hash_table;
|
||||
struct util_dl_library;
|
||||
|
|
@ -295,4 +300,8 @@ zink_stub_function_not_loaded(void);
|
|||
} \
|
||||
} while (0)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue