mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-24 23:24:13 +00:00
Attempt fix 12
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(__MINGW32__)
|
||||
# define IQK_API __declspec(dllexport)
|
||||
#define IQK_API __declspec(dllexport)
|
||||
#else
|
||||
# define IQK_API __attribute__ ((visibility ("default")))
|
||||
#define IQK_API __attribute__ ((visibility ("default")))
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "iqk_config.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user