windows building support

This commit is contained in:
2026-07-06 14:17:22 +10:00
parent 820fd618a3
commit 3a1cefffd7
6 changed files with 178 additions and 4 deletions

View File

@@ -10,7 +10,6 @@
#ifdef _WIN32
// TODO: check if this works
#include <minwindef.h>
#define PATH_MAX MAX_PATH
#else
#include <limits.h>
#endif