mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-29 08:41:22 +00:00
Fix typo in llama.h (#593)
This commit is contained in:
2
llama.h
2
llama.h
@@ -6,7 +6,7 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#ifdef LLAMA_SHARED
|
#ifdef LLAMA_SHARED
|
||||||
# ifdef _WIN32 && !defined __MINGW32__
|
# if defined(_WIN32) && !defined(__MINGW32__)
|
||||||
# ifdef LLAMA_BUILD
|
# ifdef LLAMA_BUILD
|
||||||
# define LLAMA_API __declspec(dllexport)
|
# define LLAMA_API __declspec(dllexport)
|
||||||
# else
|
# else
|
||||||
|
|||||||
Reference in New Issue
Block a user