Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 27d3201: Pick up stuff from GLib to hide symbols with

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 1 Jul 2014 19:21:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=27d320112e451b0d4568d422c6576fba366a59b6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

27d3201 by Guy Harris (guy@xxxxxxxxxxxx):

    Pick up stuff from GLib to hide symbols with Sun C.
    
    Note why we don't use G_GNUC_INTERNAL, but duplicate what GLib does, and
    don't use G_HAVE_GNUC_VISIBILITY to determine whether we can use
    __attribute__ ((visibility (...))).
    
    Change-Id: I0b8d40f40d04e821352522320626173806787214
    Reviewed-on: https://code.wireshark.org/review/2753
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  2211813   Add logic to config.nmake to find 64-bit cygwin, and a note warning about forward slashes in the QT5_BASE_PATH if the recommended qmake command is used; both of these issues will cause annoyingly non- obvious errors.
    adds  27d3201   Pick up stuff from GLib to hide symbols with Sun C.


Summary of changes:
 ws_symbol_export.h |   39 +++++++++++++++++++++++++++++++++++++--
 1 file changed, 37 insertions(+), 2 deletions(-)