summaryrefslogtreecommitdiff
path: root/source/LCDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCDriver.h')
-rw-r--r--source/LCDriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/LCDriver.h b/source/LCDriver.h
index b375c5e..0456570 100644
--- a/source/LCDriver.h
+++ b/source/LCDriver.h
@@ -15,7 +15,7 @@
typedef unsigned __int64 uint64;
typedef unsigned long uint32;
-#elif defined(__linux__)
+#elif (defined(__linux__) || defined(__APPLE__))
#ifdef LCDRIVER_EXPORTS
#define LCDRIVER_API __attribute__((visibility("default")))
#else