From 7a15e645a7bc38889f2ce6a784dccbf510e99859 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 18 Sep 2022 09:31:15 +0100 Subject: [PATCH] screwing around --- source/common.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/common.h b/source/common.h index 9ac11dc..f22df01 100644 --- a/source/common.h +++ b/source/common.h @@ -9,8 +9,12 @@ #define TOY_VERSION_PATCH 0 #define TOY_VERSION_BUILD __DATE__ " " __TIME__ -//platform exports/imports --was it needed? +//platform exports/imports +#if defined(__linux__) #define TOY_API extern +#else +#define TOY_API +#endif #ifndef TOY_EXPORT //for processing the command line arguments