wireshark/docbook/wsdg_src
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
..
WSDG_chapter_build_intro.xml Revert SVN #35213 based upon comments in the Wireshark-dev list. 2010-12-18 18:07:36 +00:00
WSDG_chapter_capture.xml dissector_add() --> dissector_add_uint(); 2010-12-20 17:48:20 +00:00
WSDG_chapter_dissection.xml WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added; 2013-07-03 01:43:39 +00:00
WSDG_chapter_env_intro.xml Fix a typo error as reported on -dev 2013-06-02 16:54:16 +00:00
WSDG_chapter_libraries.xml Remove support for libpcre, we use GRegex in GLib. 2011-08-23 09:25:06 +00:00
WSDG_chapter_quick_setup.xml the dos2unix cygwin package is required for compiling on windows 2013-06-17 00:57:16 +00:00
WSDG_chapter_sources.xml Don't say "Warn!", say "Warning!" 2013-03-05 22:26:03 +00:00
WSDG_chapter_tools.xml Update the table style. Minor text fixes. 2013-06-12 15:37:04 +00:00
WSDG_chapter_userinterface.xml Update Gtk info: 2013-03-12 16:49:23 +00:00
WSDG_chapter_works.xml Include dumpcap in the description. 2011-01-03 07:40:21 +00:00
WSDG_meta_info.xml use the colored logo for wsdg too, slightly prettify the page layout 2006-06-15 14:09:05 +00:00
WSDG_preface.xml Revert SVN #35213 based upon comments in the Wireshark-dev list. 2010-12-18 18:07:36 +00:00