Wireshark-commits: [Wireshark-commits] master d30a0a2: WS_DLL_PUBLIC is required on most UN*X platf
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 06 Apr 2020 17:55:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d30a0a2ce7c17f5d695e9ee7647e92d3cc1156bb
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d30a0a2 by Guy Harris (guy@xxxxxxxxxxxx):

    WS_DLL_PUBLIC is required on most UN*X platforms now, as well.
    
    On UN*X platforms, we now build the Wireshark shared libraries with
    compiler and linker options that arrange that most symbols are "hidden",
    and only those declared with WS_DLL_PUBLIC are exported from the
    libraries, if such options are available.
    
    Change-Id: Ie954f114046fe4af678672b12cea693ac9882ba1
    Reviewed-on: https://code.wireshark.org/review/36726
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  2acbaf5   WSDG: Edits to 'Packet dissection'
     add  d30a0a2   WS_DLL_PUBLIC is required on most UN*X platforms now, as well.


Summary of changes:
 docbook/wsdg_src/WSDG_chapter_dissection.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)