Explorar el Código

Fix typo in llama.h (#593)

anzz1 hace 2 años
padre
commit
a5c42c4b13
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      llama.h

+ 1 - 1
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