]> git.proxmox.com Git - rustc.git/blobdiff - vendor/winapi/src/um/bits.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / vendor / winapi / src / um / bits.rs
index ef4d813086b0913d336a496218178c0f57f79e69..aef603fe053709f17edffee89a456434b3441cd3 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright © 2015-2017 winapi-rs developers
 // Licensed under the Apache License, Version 2.0
 // <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
@@ -9,6 +8,8 @@ use shared::guiddef::{GUID, REFGUID};
 use shared::minwindef::{BOOL, DWORD, FILETIME, ULONG};
 use um::unknwnbase::{IUnknown, IUnknownVtbl};
 use um::winnt::{HRESULT, LPCWSTR, LPWSTR, WCHAR};
+RIDL!{#[uuid(0x4991d34b, 0x80a1, 0x4291, 0x83, 0xb6, 0x33, 0x28, 0x36, 0x6b, 0x90, 0x97)]
+class BackgroundCopyManager;}
 pub const BG_SIZE_UNKNOWN: UINT64 = -1i64 as u64;
 STRUCT!{struct BG_FILE_PROGRESS {
     BytesTotal: UINT64,