[Bug 24017] Multiple applications need 'reg.exe' 'query' operation implementation

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 1 10:36:27 CST 2014


http://bugs.winehq.org/show_bug.cgi?id=24017

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net
            Summary|reg query not implemented   |Multiple applications need
                   |                            |'reg.exe' 'query' operation
                   |                            |implementation

--- Comment #14 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

obviously still present.

Source:
http://source.winehq.org/git/wine.git/blob/f9c2e21fb1a1425652d3a2b256380be9cc55c0fb:/programs/reg/reg.c#l359

--- snip ---
359 static int reg_query(WCHAR *key_name, WCHAR *value_name, BOOL value_empty,
360        BOOL subkey)
361 {
362     static const WCHAR stubW[] = {'S','T','U','B',' ','Q','U','E','R','Y','
',
363            '-',' ','%','s',' ','%','s',' ','%','d',' ','%','d','\n',0};
364     reg_printfW(stubW, key_name, value_name, value_empty, subkey);
365
366     return 1;
367 }
--- snip ---

$wine --version
wine-1.7.9-286-g8f53710

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list