Different import for windows file paths

This commit is contained in:
dcvz 2024-05-24 23:20:33 +02:00
parent 05f7b29e05
commit f37f0d4ae5

View file

@ -11,7 +11,7 @@
#include <mutex>
#ifdef _WIN32
#include <Windows.h>
#include <Shlobj.h>
#elif defined(__linux__)
#include <pwd.h>
#endif