Wireshark-commits: [Wireshark-commits] master a70dea1: Move get_os_major_version() to wsutil and re
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Jun 2014 21:33:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a70dea195625f32a026d10d937345d177f81aead
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a70dea1 by Guy Harris (guy@xxxxxxxxxxxx):

    Move get_os_major_version() to wsutil and rename it to get_windows_major_version().
    
    It's Windows-specific, so name it appropriately.
    
    Change-Id: Ic518cbfabebf95757f6b308a4d547a6cabed6a5e
    Reviewed-on: https://code.wireshark.org/review/2528
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3c979e6   Reorder some statements to avoid unused build-type directories Change-Id: I4209eff78faa619030d3cacdc759fd143a238247 Reviewed-on: https://code.wireshark.org/review/2526 Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    adds  a70dea1   Move get_os_major_version() to wsutil and rename it to get_windows_major_version().


Summary of changes:
 tshark.c                 |    3 ++-
 ui/gtk/main.c            |    3 ++-
 version_info.c           |   21 ---------------------
 version_info.h           |    7 -------
 wsutil/os_version_info.c |   24 ++++++++++++++++++++++++
 wsutil/os_version_info.h |    7 +++++++
 6 files changed, 35 insertions(+), 30 deletions(-)