mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing windows build
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
|
||||
#define VK_NO_PROTOTYPES
|
||||
|
||||
#define Window X11Window // f*ck X11
|
||||
|
||||
#include <mlx_profile.h>
|
||||
#include <mlx.h>
|
||||
#include <cstdio>
|
||||
@@ -14,9 +12,6 @@
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_vulkan.h>
|
||||
|
||||
#include <Renderer/Vulkan/VulkanPrototypes.h>
|
||||
#include <kvf.h>
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <list>
|
||||
@@ -47,6 +42,7 @@
|
||||
#include <iterator>
|
||||
#include <stb_truetype.h>
|
||||
#include <variant>
|
||||
|
||||
#if defined(MLX_PLAT_LINUX)
|
||||
#include <math.h> // sincos
|
||||
#endif
|
||||
@@ -69,7 +65,11 @@
|
||||
#include <vma.h>
|
||||
#endif
|
||||
|
||||
#undef Window
|
||||
#include <Utils/AntiX11.h>
|
||||
#include <Utils/AntiWindows.h>
|
||||
|
||||
#include <Renderer/Vulkan/VulkanPrototypes.h>
|
||||
#include <kvf.h>
|
||||
|
||||
#include <Core/Logs.h>
|
||||
#include <Core/EventBus.h>
|
||||
|
||||
Reference in New Issue
Block a user