apiw_sys/extensions/
shell.rs

1use windows_sys::Win32::UI::Shell as shell;
2
3pub use shell::ShellExecuteW as ShellExecute;