summaryrefslogtreecommitdiffstats
path: root/base/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/port.h')
-rw-r--r--base/port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/port.h b/base/port.h
index 9681ce8..349b117 100644
--- a/base/port.h
+++ b/base/port.h
@@ -56,10 +56,10 @@ inline void va_copy(va_list& a, va_list& b) {
#define DYNAMIC_EXPORT __declspec(dllexport)
#elif defined(OS_MACOSX)
#define DYNAMIC_EXPORT __attribute__((visibility("default")))
+#define API_CALL
#elif defined(OS_LINUX)
#define DYNAMIC_EXPORT
-#elif defined(OS_POSIX)
-#define API_CALL
+#define API_CALL
#endif
#endif // BASE_PORT_H_