Skip to content

Commit 4aaf894

Browse files
committed
Fxi windows build
1 parent 193d61a commit 4aaf894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/shared/desktop/console_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ inline bool attach_parent_console(int argc, char* argv[])
4141
if (is_mcp_stdio)
4242
return false;
4343

44-
if (AttachConsole(ATTACH_PARENT_CONSOLE))
44+
if (AttachConsole(ATTACH_PARENT_PROCESS))
4545
{
4646
FILE* fp_stdout = nullptr;
4747
FILE* fp_stderr = nullptr;

0 commit comments

Comments
 (0)