summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xreduced_system_layer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/reduced_system_layer.c b/reduced_system_layer.c
index a81e02d..ace2963 100755
--- a/reduced_system_layer.c
+++ b/reduced_system_layer.c
@@ -4615,7 +4615,7 @@ __attribute__((export_name("js_drop_data"))) void *js_drop_data(void) {
//
// ================================================================
-#if !defined(__linux__) || !ENABLE_X11 || !ENABLE_WAYLAND
+#if !defined(__linux__) || (!ENABLE_X11 && !ENABLE_WAYLAND)
void init_main_window(void) {
LOG_ERROR("Not implemented.");
}