http://bugs.winehq.com/show_bug.cgi?id=706
*** shadow/706 Fri May 17 10:46:32 2002 --- shadow/706.tmp.10931 Fri May 17 10:46:32 2002 *************** *** 0 **** --- 1,27 ---- + +============================================================================+ + | Reg* functions are there twice | + +----------------------------------------------------------------------------+ + | Bug #: 706 Product: Wine | + | Status: UNCONFIRMED Version: 20010112 | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-kernel | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: juergen.schmied@debitel.net | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + As Example RegQueryValueExA is in + dlls/advapi32/registry.c and in memory/registry.c + both implementations are already different. + + Task: + - Remove the implementations from memory/registry.c. + - replace registry access in lower system librarys which are not linking + against advapi32.dll with the ntdll functions. + + (spotted by Paul Millar) \ No newline at end of file