changeset 54773:a4825fc03ab1

(WinMain): Let emacs environment default to parent.
author Jason Rumney <jasonr@gnu.org>
date Sat, 10 Apr 2004 21:05:50 +0000
parents 956112814473
children 908cbe5faa0f
files nt/runemacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nt/runemacs.c	Sat Apr 10 20:21:50 2004 +0000
+++ b/nt/runemacs.c	Sat Apr 10 21:05:50 2004 +0000
@@ -126,7 +126,7 @@
   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)
 	{