Merge 2755df56f5 into fc674574ca
This commit is contained in:
commit
4bdc7fe93c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "whisper.h"
|
||||
#include "whisper-arch.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue