Fix typo in llama.h

This commit is contained in:
anzz1 2023-03-29 14:22:50 +03:00 committed by GitHub
parent 5a5f8b1501
commit 73071045c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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