Iterating on Windows build failures

This commit is contained in:
Iwan Kawrakow
2025-08-14 16:06:10 +03:00
parent f6a48fa644
commit be638d7c80

View File

@@ -21,6 +21,18 @@
#include <array>
#include <future>
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <windows.h>
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
#include <io.h>
#endif
#define LLAMA_API_INTERNAL
namespace GGUFMeta {