June 12, 2007
6:53 a.m.
Vitaly Lipatov <lav(a)etersoft.ru> writes:
В сообщении от 12 июня 2007 Alexandre Julliard написал(a): ...
@@ -107,7 +107,7 @@ static void update_comboboxes(HWND dialog) winver = get_reg_key(config_key, keypath(""), "Version", ""); What wrong with call get_reg_key (,,,NULL) ? Why we need winver as NULL pointer and as empty string?
This way it also handles the case where you have an empty string and not just a missing entry. Not really fundamental, but since the code already handles this there's no reason to break it. -- Alexandre Julliard julliard(a)winehq.org