From 64e8964c7ff8b0d1c38c0fcc513ad3907d0f60e4 Mon Sep 17 00:00:00 2001 From: Bruno Costa Date: Thu, 12 Dec 2024 21:43:15 -0300 Subject: [PATCH] Make sure 'SMBIOS_EXPORT' is defined --- smbios.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smbios.h b/smbios.h index 8063b83..41440cc 100644 --- a/smbios.h +++ b/smbios.h @@ -35,6 +35,8 @@ #else #define SMBIOS_EXPORT __attribute__ ((visibility("default"))) #endif +#else + #define SMBIOS_EXPORT #endif #ifdef __cplusplus