Replace most PROFILE_GetWineIni calls by direct registry accesses.
commit60bace9cfa60a2a53d5e5ae4d433fc266165c5e2
authorAlexandre Julliard <julliard@winehq.org>
Sun, 24 Nov 2002 22:19:57 +0000 (24 22:19 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 24 Nov 2002 22:19:57 +0000 (24 22:19 +0000)
tree4f010928ecdf0b9469086f298ebab10fa2fd3e29
parent20d444d1c4a62f925a66cdd17b589a500df2ef91
Replace most PROFILE_GetWineIni calls by direct registry accesses.
Keep the config key open to query all values instead of re-opening it
all the time.
misc/registry.c