Wireshark-commits: [Wireshark-commits] master 977f4c2: CMake: Don't bother testing for _fseeki64 on

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 20 Jul 2018 19:20:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=977f4c2e687a57b3b398bf3cee4245eaf331346a
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

977f4c2 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Don't bother testing for _fseeki64 on Windows.
    
    We don't appear to use it and if we ever do need it it's been available
    since Visual Studio 2005 / MSVCR80.
    
    Change-Id: Ifd44d78b96a21577ceea635653517a348ded50f7
    Reviewed-on: https://code.wireshark.org/review/28778
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  c78b6cd   WSUG: Added placeholders for missing documentation
    adds  977f4c2   CMake: Don't bother testing for _fseeki64 on Windows.


Summary of changes:
 cmake/TestWindowsFSeek.c              | 18 ------------------
 cmake/modules/gmxTestLargeFiles.cmake | 14 ++++----------
 tools/checklicenses.py                |  3 ---
 3 files changed, 4 insertions(+), 31 deletions(-)
 delete mode 100644 cmake/TestWindowsFSeek.c