Spaces:
Running
Running
ggml : fix the fix
Browse files
ggml.c
CHANGED
|
@@ -16,7 +16,7 @@
|
|
| 16 |
|
| 17 |
#if defined _MSC_VER || defined(__MINGW32__)
|
| 18 |
|
| 19 |
-
#
|
| 20 |
#include <Windows.h>
|
| 21 |
#else
|
| 22 |
// ref: https://github.com/ggerganov/whisper.cpp/issues/168
|
|
|
|
| 16 |
|
| 17 |
#if defined _MSC_VER || defined(__MINGW32__)
|
| 18 |
|
| 19 |
+
#if !defined(__MINGW32__)
|
| 20 |
#include <Windows.h>
|
| 21 |
#else
|
| 22 |
// ref: https://github.com/ggerganov/whisper.cpp/issues/168
|