OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-121-g196b2a2

Gerrit Code Review gerrit@openafs.org
Thu, 22 Oct 2009 06:19:03 -0700 (PDT)


The following commit has been merged in the master branch:
commit 196b2a2cb35eb85fe599e5faa946c93073935928
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date:   Thu Oct 22 08:57:04 2009 -0400

    Windows: Update Control Panel to use ShellExecuteEx instead of WinExec
    
    WinExec is for 16-bit application compatibility.  Starting with
    Windows 7 it cannot be used to execute a process that requires
    elevated privileges.  ShellExecute[Ex] must be used instead.
    
    LICENSE MIT
    
    Reviewed-on: http://gerrit.openafs.org/711
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/client_cpa/NTMakefile        |    2 +-
 src/WINNT/client_cpa/cpl_interface.cpp |   35 ++++++++++++++++++++-----------
 2 files changed, 23 insertions(+), 14 deletions(-)

-- 
OpenAFS Master Repository