Wireshark-commits: [Wireshark-commits] master 4e60e8f: [MSVC 2015] Use intptr_t for "pointer stored

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 9 Jun 2015 14:13:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4e60e8fb390005db6c69e9b79fa9a01140fa0e44
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4e60e8f by Anders (anders.broman@xxxxxxxxxxxx):

    [MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.
    
    Change-Id: I5dbbea8527a8bb73b17e5a8a5611c3923d82459c
    Reviewed-on: https://code.wireshark.org/review/8852
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c4fbede   Remove the executable bit from epan/addr_resolv.c
    adds  4e60e8f   [MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.


Summary of changes:
 capchild/capture_session.h |   21 +++++++++++----------
 capchild/capture_sync.c    |   29 +++++++++++++++--------------
 capchild/capture_sync.h    |    6 +++---
 tshark.c                   |    4 ++--
 ui/capture.c               |    5 +++--
 ui/gtk/gui_utils.c         |    4 ++--
 ui/qt/main_window.cpp      |    4 ++--
 ui/qt/main_window.h        |    4 ++--
 ui/ui_util.h               |    4 +++-
 9 files changed, 43 insertions(+), 38 deletions(-)