mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-20 14:48:56 +02:00
more qt fixes
This commit is contained in:
parent
c907f8f0e4
commit
a64747a963
8 changed files with 39 additions and 34 deletions
|
|
@ -22,13 +22,19 @@
|
|||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
/* X11 defines */
|
||||
// X11 defines
|
||||
#ifdef Success
|
||||
# undef Success
|
||||
#endif
|
||||
#ifdef BadValue
|
||||
# undef BadValue
|
||||
#endif
|
||||
#ifdef GrayScale
|
||||
# undef GrayScale
|
||||
#endif
|
||||
#ifdef KeyPress
|
||||
# undef KeyPress
|
||||
#endif
|
||||
|
||||
// Define maintenance 7-9 extension names (not yet in official Vulkan headers)
|
||||
#ifndef VK_KHR_MAINTENANCE_7_EXTENSION_NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue