whisper.cpp/ggml
Adrien Gallouët 92e50155c9
build : move _WIN32_WINNT definition to headers (llama/17736)
Previously, cmake was forcing `_WIN32_WINNT=0x0A00` for MinGW builds,
This caused "macro redefined" warnings with toolchains that define the version.

This also removes the `GGML_WIN_VER` variable as it is no longer needed.

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
2025-12-12 17:53:16 +02:00
..
cmake ggml: Skip backend library linking code when GGML_BACKEND_DL=ON (llama/15094) 2025-08-18 20:30:45 +03:00
include build : move _WIN32_WINNT definition to headers (llama/17736) 2025-12-12 17:53:16 +02:00
src build : move _WIN32_WINNT definition to headers (llama/17736) 2025-12-12 17:53:16 +02:00
.gitignore
CMakeLists.txt build : move _WIN32_WINNT definition to headers (llama/17736) 2025-12-12 17:53:16 +02:00