mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
cd1140f69c
commit
a95e0d1876
5 changed files with 23 additions and 5 deletions
|
@ -34,7 +34,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "inputhandler.h"
|
||||
#include "gettext.h"
|
||||
|
||||
#if !defined(_WIN32) && !defined(__APPLE__) && !defined(__ANDROID__) && !defined(SERVER)
|
||||
#if !defined(_WIN32) && !defined(__APPLE__) && !defined(__ANDROID__) && \
|
||||
!defined(SERVER) && !defined(__HAIKU__)
|
||||
#define XORG_USED
|
||||
#endif
|
||||
#ifdef XORG_USED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue