wireshark/plugins/stats_tree
Guy Harris 5d87a8c461 WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;
just define WS_DLL_PUBLIC_NOEXTERN inside the ifdefs, and define
WS_DLL_PUBLIC as WS_DLL_PUBLIC_NOEXTERN followed by "extern".

Then rename WS_DLL_PUBLIC_NOEXTERN to WS_DLL_PUBLIC_DEF, to clarify that
it's what should be used for definitions; at least on Windows, you
*have* to use it when declaring arrays without a size, and, whilst you
might be able to use WS_DLL_PUBLIC for definitions of functions and
perhaps data definitions other than no-size arrays, it might be clearer
to rename WS_DLL_PUBLIC to WS_DLL_PUBLIC_DECL and use it only for
declarations.

svn path=/trunk/; revision=50334
2013-07-03 01:43:39 +00:00
..
AUTHORS
CMakeLists.txt Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.am From David Arnold: 2013-03-12 06:53:39 +00:00
Makefile.common Make the other plugin makefiles use the new style introduced in the MATE 2013-02-09 05:31:15 +00:00
Makefile.nmake Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
NEWS
moduleinfo.nmake
pinfo_stats_tree.c More PDU export work: 2013-06-17 21:54:21 +00:00
pinfo_stats_tree.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
plugin.rc.in
stats_tree_plugin.c WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added; 2013-07-03 01:43:39 +00:00