mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
(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>
|
2004-03-11 Jason Rumney <jasonr@gnu.org>
|
||||||
|
|
||||||
* paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
|
* 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;
|
sec_attrs.bInheritHandle = FALSE;
|
||||||
|
|
||||||
if (CreateProcess (NULL, new_cmdline, &sec_attrs, NULL, TRUE, priority_class,
|
if (CreateProcess (NULL, new_cmdline, &sec_attrs, NULL, TRUE, priority_class,
|
||||||
GetEnvironmentStrings (), NULL, &start, &child))
|
NULL, NULL, &start, &child))
|
||||||
{
|
{
|
||||||
if (wait_for_child)
|
if (wait_for_child)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue