mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
2010-02-11 Pierre Humblet <Pierre.Humblet@ieee.org>
* registry.c (get_registry_hive_path): Add space in string.
This commit is contained in:
parent
44caccfca2
commit
848dbc8f98
@ -1,3 +1,7 @@
|
||||
2010-02-11 Pierre Humblet <Pierre.Humblet@ieee.org>
|
||||
|
||||
* registry.c (get_registry_hive_path): Add space in string.
|
||||
|
||||
2010-02-11 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* regex/engine.c (step): Drop Cygwin-specific definition.
|
||||
|
@ -266,7 +266,7 @@ get_registry_hive_path (const PWCHAR name, PWCHAR path)
|
||||
|
||||
if (!name || !path)
|
||||
return NULL;
|
||||
kend = wcpcpy (key, L"SOFTWARE\\Microsoft\\WindowsNT\\CurrentVersion\\ProfileList\\");
|
||||
kend = wcpcpy (key, L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList\\");
|
||||
wcpcpy (kend, name);
|
||||
if (!RegOpenKeyExW (HKEY_LOCAL_MACHINE, key, 0, KEY_READ, &hkey))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user