]> git.eshelyaron.com Git - emacs.git/commitdiff
(WinMain): Let emacs environment default to parent.
authorJason Rumney <jasonr@gnu.org>
Sat, 10 Apr 2004 21:08:34 +0000 (21:08 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 10 Apr 2004 21:08:34 +0000 (21:08 +0000)
nt/runemacs.c

index 2f114aea6593c4461a58f2aacde375af51ba043e..dae4dcc256ec0f1a99f6d147dd9302095dbc7b3e 100644 (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)
        {