From d9a715d7da84420b57bd3cdd767a07ee0bf805b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Fri, 17 Feb 2017 14:18:45 +0100 Subject: [PATCH] cleanup: remove dead code (2) --- src/c/unixsys.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/unixsys.d b/src/c/unixsys.d index 18367ba4c..fd919f682 100644 --- a/src/c/unixsys.d +++ b/src/c/unixsys.d @@ -623,7 +623,7 @@ create_descriptor(cl_object stream, cl_object direction, create_descriptor(error, @':error', &child_stderr, &parent_error); add_external_process(the_env, process); -#if 1 + ZeroMemory(&st_info, sizeof(STARTUPINFO)); st_info.cb = sizeof(STARTUPINFO); st_info.lpTitle = NULL; /* No window title, just exec name */