1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

(WinMain): Let emacs environment default to parent.

This commit is contained in:
Jason Rumney 2004-04-10 21:06:31 +00:00
parent 99a72bdf23
commit 1e3c9713ef
2 changed files with 5 additions and 1 deletions

View file

@ -126,7 +126,7 @@ WinMain (HINSTANCE hSelf, HINSTANCE hPrev, LPSTR cmdline, int nShow)
sec_attrs.bInheritHandle = FALSE;
if (CreateProcess (NULL, new_cmdline, &sec_attrs, NULL, TRUE, priority_class,
GetEnvironmentStrings (), NULL, &start, &child))
NULL, NULL, &start, &child))
{
if (wait_for_child)
{