Remove linux sources from windows build

This commit is contained in:
acidicoala
2025-10-07 01:12:23 +05:00
parent 36d5143463
commit 1f8fab7b48
4 changed files with 28 additions and 19 deletions

View File

@@ -25,7 +25,6 @@
#include "build_config.h"
// Nested #if directives lead to unexpected evaluates, so it's best to keep conditions flat.
#if defined(KB_WIN)
#include "koalabox/win.hpp"
#elif defined(KB_LINUX) && defined(KB_32)