(WinMain): Let emacs environment default to parent.
This commit is contained in:
parent
99a72bdf23
commit
1e3c9713ef
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue