X11: Don't compile/use when CC_BUILD_SDL3 is defined

This commit is contained in:
Dexter Reed 2024-04-01 12:43:19 +01:00
parent 13c8e223b1
commit c7e2d5b03e
No known key found for this signature in database
GPG key ID: 68E4C1548B4808AF

View file

@ -1,5 +1,5 @@
#include "Core.h"
#if defined CC_BUILD_X11 && !defined CC_BUILD_SDL
#if defined CC_BUILD_X11 && !defined CC_BUILD_SDL2 && !defined CC_BUILD_SDL3
#include "_WindowBase.h"
#include "String.h"
#include "Funcs.h"