diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/rust/winapi-0.2.8/src/urlmon.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/rust/winapi-0.2.8/src/urlmon.rs b/third_party/rust/winapi-0.2.8/src/urlmon.rs new file mode 100644 index 0000000000..e0a5e93562 --- /dev/null +++ b/third_party/rust/winapi-0.2.8/src/urlmon.rs @@ -0,0 +1,6 @@ +// Copyright © 2015, Connor Hilarides +// Licensed under the MIT License <LICENSE.md> +//! Mappings for the contents of Urlmon.h +// FIXME: Implement these interfaces +#[repr(C)] #[derive(Clone, Copy, Debug)] +pub struct IInternetSecurityManager; |