On 6/22/06, Vijay Kiran Kamuju infyquest@gmail.com wrote:
Most of the dlls which have implemented the above functions are importing advapi, because all/most of the Reg*Key functions are implemented in advapi
I think this makes no difference to the existing dlls.
You misunderstood what I said. There's nothing wrong with a dll importing advapi32 exports. What you want to do would require *adding* an export to advapi32 that is not in native advapi32, which is wrong.