CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2006-10-16 18:00:07

Modified files:
        winsup/utils   : ChangeLog regtool.cc utils.sgml 

Log message:
        * regtool.cc (KEY_WOW64_64KEY): Define.
        (longopts): Add --wow64 option.
        (opts): Add -w option.
        (wow64): New variable to control usage of KEY_WOW64_64KEY access flag.
        (usage): Add text for --wow64/-w option.
        (print_version): Fix copyright.
        (find_key): Use wow64 value in calls to RegOpenKeyEx and RegCreateKeyEx.
        (cmd_add): Use wow64 value in call to RegCreateKeyEx.
        (regDeleteKeyEx): New function pointer to load RegDeleteKeyEx function
        dynamically.
        (cmd_remove): Load and use regDeleteKeyEx when wow64 is set.
        (main): Handle --wow64/-w option.
        * utils.sgml: Document the new -w option.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.362&r2=1.363
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/regtool.cc.diff?cvsroot=src&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/utils.sgml.diff?cvsroot=src&r1=1.59&r2=1.60

Reply via email to