<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 8, 2013 at 4:47 PM, Hugh McMaster <span dir="ltr"><<a href="mailto:hugh.mcmaster@masterindexing.com" target="_blank">hugh.mcmaster@masterindexing.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: Nikolay Sivov [mailto:<a href="mailto:bunglehead@gmail.com">bunglehead@gmail.com</a>]<br>
Sent: Monday, 8 April 2013 11:08 PM<br>
To: wine-devel; Hugh McMaster<br>
Subject: Re: [3/13] wineconsole and kernel32: set GetLargestConsoleWindowSize based on screen resolution<br>
<br>
>On Mon, Apr 8, 2013 at 3:53 PM, Hugh McMaster <<a href="mailto:hugh.mcmaster@masterindexing.com">hugh.mcmaster@masterindexing.com</a>> wrote:<br>
>This file recreates most, if not all, of the source found in dlls/advapi32/registry.c in dlls/kernel32. It provides registry functionality.<br>
<br>
<br>
>>Why do you need this?<br>
If I remember correctly, there were several function dependencies for the registry implementation I worked on. �I'm not sure of the exact number, but will work this out.<br>
<br>
What should I do then, though? Should I isolate the functions I need into a separate file? Or should the dlls/advapi32/registry.c be linked into the dlls/kernel32/Makefile.in?<br></blockquote><div><br></div><div>If you need to access registry from kernel32 you'll need to use ntdll calls directly.<br>
</div><div>�</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
>>(not to mention that you can't just duplicate it like that)<br>
I'm not sure what you mean. The source remains correctly attributed as in the original.<br>
</blockquote></div><br></div><div class="gmail_extra">This functionality belongs to advapi32. Do you really need anything more than ntdll calls provide?<br></div></div>