winecrt0: Don't bother passing the environment to the _init function.
commit2ef9411434d9865ea703b322e30265ee7b196207
authorAlexandre Julliard <julliard@winehq.org>
Tue, 31 Mar 2009 14:06:11 +0000 (31 16:06 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 31 Mar 2009 14:06:11 +0000 (31 16:06 +0200)
tree0346690c29722f9784a0493589975030fef17086
parent61fa9bb06148ec5e256b676323499b45cf901920
winecrt0: Don't bother passing the environment to the _init function.

We'd have to use the Windows environment anyway, not the Unix one.
dlls/winecrt0/dll_entry.c
dlls/winecrt0/drv_entry.c
dlls/winecrt0/exe_entry.c
dlls/winecrt0/exe_wentry.c