Re: [PATCH 4/5] kernel32: implement __wine_kernel_init_environment.
"Lei Zhang" <thestig(a)google.com> writes:
This makes several internal kernel32 process functions more flexible in order to accommodate __wine_kernel_init_environment. __wine_kernel_init_environment is needed for CreateEnvironmentBlock.
It's not appropriate to export that from kernel32; userenv should use only standard APIs. -- Alexandre Julliard julliard(a)winehq.org
On Thu, May 1, 2008 at 2:58 AM, Alexandre Julliard <julliard(a)winehq.org> wrote:
"Lei Zhang" <thestig(a)google.com> writes:
This makes several internal kernel32 process functions more flexible in order to accommodate __wine_kernel_init_environment. __wine_kernel_init_environment is needed for CreateEnvironmentBlock.
It's not appropriate to export that from kernel32; userenv should use only standard APIs.
-- Alexandre Julliard julliard(a)winehq.org
It seems I would end up duplicating a bit of code from kernel32. Is that ok?
participants (2)
-
Alexandre Julliard -
Lei Zhang