diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/rust/winapi-0.2.8/src/propsys.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/rust/winapi-0.2.8/src/propsys.rs b/third_party/rust/winapi-0.2.8/src/propsys.rs new file mode 100644 index 0000000000..0666fbd48f --- /dev/null +++ b/third_party/rust/winapi-0.2.8/src/propsys.rs @@ -0,0 +1,4 @@ +// Copyright © 2015, Peter Atashian +// Licensed under the MIT License <LICENSE.md> +pub type IPropertyDescriptionList = ::IUnknown; // TODO +pub type IPropertyStore = ::IUnknown; // TODO |