This commit is contained in:
Oleg Orlov 2026-04-23 18:14:25 +02:00 committed by GitHub
commit 4bdc7fe93c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -15,9 +15,15 @@
#include <cfloat>
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif
#include <termcolor/termcolor.hpp>
#if defined(_WIN32)
#include <windows.h>
#endif

View File

@ -1,3 +1,10 @@
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif
#include "whisper.h"
#include "whisper-arch.h"