From: Nikolay Sivov Sent: Tuesday, 9 April 2013 12:03 AM To: Hugh McMaster; wine-devel Subject: Re: [3/13] wineconsole and kernel32: set GetLargestConsoleWindowSize based on screen resolution
If you need to access registry from kernel32 you'll need to use ntdll calls directly. Do you really need anything more than ntdll calls provide?
Actually, no. It looks like ntdll is able to do everything I need.