We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c975d35 commit 9733eafCopy full SHA for 9733eaf
src/rustup-utils/src/raw.rs
@@ -372,6 +372,7 @@ pub fn open_browser(path: &Path) -> io::Result<bool> {
372
use winapi;
373
use std::ptr;
374
375
+ // FIXME: When winapi has this function, use their version
376
extern "system" {
377
pub fn ShellExecuteW(hwnd: winapi::HWND,
378
lpOperation: winapi::LPCWSTR,
0 commit comments