summaryrefslogtreecommitdiff
path: root/chromeconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeconf.h')
-rw-r--r--chromeconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeconf.h b/chromeconf.h
index e9aa386..666093d 100644
--- a/chromeconf.h
+++ b/chromeconf.h
@@ -13,7 +13,7 @@
#define ZEXTERN __declspec(dllimport)
#endif
#elif defined(ZLIB_IMPLEMENTATION)
-#define ZEXPORT __attribute__((visibility("default")))
+#define ZEXTERN __attribute__((visibility("default")))
#endif
#endif