From 00d695db9b53a2e4a6e46c03ec0293227ae1f643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C5=93ur?= Date: Mon, 11 Nov 2024 23:55:19 +0100 Subject: [PATCH] align ZEXPORT definitions --- compat/ioapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/ioapi.h b/compat/ioapi.h index 6cdfc3f0..3f9c654b 100644 --- a/compat/ioapi.h +++ b/compat/ioapi.h @@ -7,7 +7,7 @@ typedef uint64_t ZPOS64_T; #ifndef ZEXPORT -# define ZEXPORT extern +# define ZEXPORT #endif #ifdef __cplusplus