Added system path stuff on Windows

Fixed typo in image loading
This commit is contained in:
2025-10-05 00:24:51 +01:00
parent dd316664f6
commit 55c1adba40
5 changed files with 78 additions and 3 deletions

View File

@@ -68,6 +68,7 @@
#if OS_WINDOWS
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
#include <shlobj_core.h>
#pragma warning(disable : 4201)
#elif OS_LINUX
#include <sys/types.h>