(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

@ -1,3 +1,7 @@
2004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
* runemacs.c (WinMain): Let emacs environment default to parent.
2004-03-11 Jason Rumney <jasonr@gnu.org>
* paths.h: Remove PATH_LOCK, add PATH_BITMAPS.

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)
{