Index: base/port.h |
=================================================================== |
--- base/port.h (revision 4068) |
+++ base/port.h (working copy) |
@@ -53,13 +53,8 @@ |
// Define an OS-neutral wrapper for shared library entry points |
#if defined(OS_WIN) |
#define API_CALL __stdcall |
-#define DYNAMIC_EXPORT __declspec(dllexport) |
-#elif defined(OS_MACOSX) |
-#define DYNAMIC_EXPORT __attribute__((visibility("default"))) |
+#elif defined(OS_LINUX) || defined(OS_MACOSX) |
#define API_CALL |
-#elif defined(OS_LINUX) |
-#define DYNAMIC_EXPORT |
-#define API_CALL |
#endif |
#endif // BASE_PORT_H_ |