Fix typo in llama.h (#593)

This commit is contained in:
anzz1 2023-03-29 16:19:29 +03:00 committed by GitHub
parent 5a5f8b1501
commit a5c42c4b13
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