mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-11 13:05:17 +00:00
ggml : fix the fix
This commit is contained in:
parent
35cd29ce1f
commit
388e9f79ad
2
ggml.c
2
ggml.c
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#if defined _MSC_VER || defined(__MINGW32__)
|
#if defined _MSC_VER || defined(__MINGW32__)
|
||||||
|
|
||||||
#ifndef(__MINGW32__)
|
#if !defined(__MINGW32__)
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#else
|
#else
|
||||||
// ref: https://github.com/ggerganov/whisper.cpp/issues/168
|
// ref: https://github.com/ggerganov/whisper.cpp/issues/168
|
||||||
|
Loading…
x
Reference in New Issue
Block a user