Skip to content

Commit 57fa933

Browse files
committed
fix CE
1 parent 6828575 commit 57fa933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows/spawn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pub(in crate::windows) fn spawn(
144144
params: ChildParams,
145145
) -> Result<PROCESS_INFORMATION, Error> {
146146
let mut proc_thread_attr_list_storage: Vec<u64>;
147-
let mut security_capabilities;
147+
let mut security_capabilities: ();
148148
let mut startup_info = unsafe {
149149
let mut startup_info: STARTUPINFOEXW = std::mem::zeroed();
150150
let mut proc_thread_attr_list_len = 0;

0 commit comments

Comments
 (0)