fix(host): 跨进程启动串行化可继承管道窗口

This commit is contained in:
2026-09-09 05:51:47 +08:00
parent 57acbc0e32
commit b3b4feb2db
6 changed files with 84 additions and 9 deletions
+3
View File
@@ -96,3 +96,6 @@ pub mod extension_call_authorization;
#[cfg(all(windows, feature = "desktop"))]
pub mod extension_instance;
#[cfg(windows)]
mod process_creation;