Wireshark-commits: [Wireshark-commits] master bf4c2fd: Windows: Remove cruft for unsupported verson

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 01 Mar 2018 22:32:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bf4c2fd82b30d8b088fcb1235263dce9173d4cd7
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bf4c2fd by Graham Bloice (graham.bloice@xxxxxxxxxxxxx):

    Windows: Remove cruft for unsupported versons
    
    Remove all the existing LoadDLL\GetProcAddress combinations
    that allowed conditional Win32 API usage if supported on the
    running OS version.
    
    All the required functions are present in the versions we support.
    
    Change-Id: Ibc43e51cefcd1c7562d4e251784362509f224ed6
    Reviewed-on: https://code.wireshark.org/review/26215
    Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    

Actions performed:

    from  92bb9ec   Fix compilation without pcap.
    adds  bf4c2fd   Windows: Remove cruft for unsupported versons


Summary of changes:
 caputils/capture_win_ifnames.c | 115 +++++++++--------------------------------
 ui/qt/CMakeLists.txt           |   4 ++
 ui/qt/packet_list.cpp          |  15 ++----
 wsutil/file_util.c             |  48 +++++++----------
 wsutil/os_version_info.c       |  24 ++-------
 wsutil/privileges.c            |  19 +------
 6 files changed, 54 insertions(+), 171 deletions(-)