os: update todo about subsystem for windows

This commit is contained in:
Mitchell Hashimoto
2023-10-23 08:48:53 -07:00
parent 3226cbf61b
commit 4a199448a2

View File

@ -40,7 +40,8 @@ pub fn launchedFromDesktop() bool {
break :linux gio_pid == pid;
},
//TODO: maybe find a way to check that
// TODO: This should have some logic to detect this. Perhaps std.builtin.subsystem
.windows => false,
else => @compileError("unsupported platform"),