aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-12 00:00:13 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-12 08:00:48 +0000
commitfe7cbcad8675b359e8d0c04c3dbb4d5bff1dd8e1 (patch)
tree8a6fa2e001e42ca966c2c7ef6bfb4d95b8a98495 /plugins
parent694036c0e0580fef1b68c8b0b9cce63277432053 (diff)
WS_DLL_PUBLIC_DEF is for definitions; WS_DLL_PUBLIC is for declarations.
Change-Id: I16d5981c8c76d59d19be0600e218495f1f6552b2 Reviewed-on: https://code.wireshark.org/review/13215 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/stats_tree/pinfo_stats_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stats_tree/pinfo_stats_tree.h b/plugins/stats_tree/pinfo_stats_tree.h
index 1325302d62..a2bc0a1ce4 100644
--- a/plugins/stats_tree/pinfo_stats_tree.h
+++ b/plugins/stats_tree/pinfo_stats_tree.h
@@ -24,4 +24,4 @@
extern void register_pinfo_stat_trees(void);
-WS_DLL_PUBLIC_DEF void plugin_register_tap_listener(void);
+WS_DLL_PUBLIC void plugin_register_tap_listener(void);