Wireshark-commits: [Wireshark-commits] master 4c750d9: Windows: Conditionally set CREATE_BREAKAWAY_
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 Mar 2018 23:35:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4c750d98a2b1274c80918a632506b462ddea31f2
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4c750d9 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Windows: Conditionally set CREATE_BREAKAWAY_FROM_JOB.
    
    Set CREATE_BREAKAWAY_FROM_JOB only on Windows 7 and earlier. It's not
    needed otherwise and might fail in some cases.
    
    Change-Id: I15843b5c1ae3c352fa267228b94b6933074a07f3
    Reviewed-on: https://code.wireshark.org/review/26465
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  6dcd7a7   Get rid of trailing white space.
    adds  4c750d9   Windows: Conditionally set CREATE_BREAKAWAY_FROM_JOB.


Summary of changes:
 wsutil/win32-utils.c | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)