mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2025-02-22 07:40:00 +00:00
Fix typo in llama.h (#593)
This commit is contained in:
parent
5a5f8b1501
commit
a5c42c4b13
1 changed files with 1 additions and 1 deletions
2
llama.h
2
llama.h
|
@ -6,7 +6,7 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
#ifdef LLAMA_SHARED
|
||||
# ifdef _WIN32 && !defined __MINGW32__
|
||||
# if defined(_WIN32) && !defined(__MINGW32__)
|
||||
# ifdef LLAMA_BUILD
|
||||
# define LLAMA_API __declspec(dllexport)
|
||||
# else
|
||||
|
|
Loading…
Reference in a new issue