summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranzz1 <anzz1@live.com>2023-03-29 16:19:29 +0300
committerGitHub <noreply@github.com>2023-03-29 13:19:29 +0000
commita5c42c4b13b3be9e58fe8f9adbb6ee60417674a6 (patch)
tree3597f2a33f90fb1d5b6dd925e8b1c8949a3334ad
parent5a5f8b1501fbb34367225544010ddfc306d6d2fe (diff)
Fix typo in llama.h (#593)
-rw-r--r--llama.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llama.h b/llama.h
index 587d8532..3368de3e 100644
--- a/llama.h
+++ b/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