Use CREATE_NO_WINDOW for subtasks on windows

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23122 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-07-04 08:15:19 +00:00
parent 7d7cdcc9b6
commit c6f4e015be
3 changed files with 15 additions and 4 deletions

View file

@ -1189,7 +1189,7 @@ quotedFromString(NSString *aString)
NULL, /* proc attrs */
NULL, /* thread attrs */
1, /* inherit handles */
CREATE_UNICODE_ENVIRONMENT, /* creation flags */
CREATE_NO_WINDOW|CREATE_UNICODE_ENVIRONMENT, /* creation flags */
envp, /* env block */
(const unichar*)[[self currentDirectoryPath] fileSystemRepresentation],
&start_info,