Skip to content

Commit 9733eaf

Browse files
committed
Add FIXME for winapi use
1 parent c975d35 commit 9733eaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rustup-utils/src/raw.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ pub fn open_browser(path: &Path) -> io::Result<bool> {
372372
use winapi;
373373
use std::ptr;
374374

375+
// FIXME: When winapi has this function, use their version
375376
extern "system" {
376377
pub fn ShellExecuteW(hwnd: winapi::HWND,
377378
lpOperation: winapi::LPCWSTR,

0 commit comments

Comments
 (0)