Red screen on Linux

Oddly no validation error
This commit is contained in:
2025-10-03 20:42:04 +01:00
parent 655964852c
commit 9f2ef576b9
4 changed files with 100 additions and 0 deletions

View File

@@ -68,6 +68,8 @@
#if OS_WINDOWS
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
#elif OS_LINUX
#include <dlfcn.h>
#endif
#endif // LD_CORE_PLATFORM_H_