From: anzz1 Date: Wed, 29 Mar 2023 13:19:29 +0000 (+0300) Subject: Fix typo in llama.h (#593) X-Git-Tag: gguf-v0.4.0~1068 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a5c42c4b13b3be9e58fe8f9adbb6ee60417674a6;p=pkg%2Fggml%2Fsources%2Fllama.cpp Fix typo in llama.h (#593) --- diff --git a/llama.h b/llama.h index 587d8532..3368de3e 100644 --- a/llama.h +++ b/llama.h @@ -6,7 +6,7 @@ #include #ifdef LLAMA_SHARED -# ifdef _WIN32 && !defined __MINGW32__ +# if defined(_WIN32) && !defined(__MINGW32__) # ifdef LLAMA_BUILD # define LLAMA_API __declspec(dllexport) # else