zmiany w kodzie c ollama-minimax

This commit is contained in:
2026-02-19 15:01:20 +01:00
parent d086ef28de
commit 62b5fc2e63
12 changed files with 439 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
#ifndef ZDISTA_WRAPPER_H
#define ZDISTA_WRAPPER_H
#include "mocks_extra.h"
// Na systemach Windows, musimy jawnie eksportować symbole, aby były widoczne w DLL.
#if defined(_WIN32) || defined(_WIN64)
#define DLL_EXPORT __declspec(dllexport)