Wireshark-commits: [Wireshark-commits] master a10a41f: Rename wsutil/process.h to wsutil/processes.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 10 Jun 2015 01:56:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a10a41f5c7816617aa6aa413c46c8eba625cccff
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a10a41f by Guy Harris (guy@xxxxxxxxxxxx):

    Rename wsutil/process.h to wsutil/processes.h to avoid collisions.
    
    The MSVC rules for searching for headers are a huge barrel of fun; it
    appears that, for some files that need the MSVC <process.h> to declare
    getpid(), they're getting our <wsutil/process.h> instead, as that's in
    the current directory.  Rename it to avoid the collision.
    
    Change-Id: I88eb70237062fa7957e38d7ff8132524390a6a5c
    Reviewed-on: https://code.wireshark.org/review/8870
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  55267bd   Make sure we include <windows.h> to get HANDLE declared.
    adds  a10a41f   Rename wsutil/process.h to wsutil/processes.h to avoid collisions.


Summary of changes:
 capchild/capture_session.h        |    2 +-
 ui/ui_util.h                      |    2 +-
 wsutil/Makefile.common            |    2 +-
 wsutil/{process.h => processes.h} |    8 ++++----
 4 files changed, 7 insertions(+), 7 deletions(-)
 rename wsutil/{process.h => processes.h} (91%)