http://bugs.winehq.org/show_bug.cgi?id=24017
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|reg query not implemented |Multiple applications need | |'reg.exe' 'query' operation | |implementation
--- Comment #14 from Anastasius Focht focht@gmx.net --- Hello folks,
obviously still present.
Source: http://source.winehq.org/git/wine.git/blob/f9c2e21fb1a1425652d3a2b256380be9c...
--- 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