diff options
Diffstat (limited to 'third_party/rust/winapi-0.2.8/src/strmif.rs')
-rw-r--r-- | third_party/rust/winapi-0.2.8/src/strmif.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/rust/winapi-0.2.8/src/strmif.rs b/third_party/rust/winapi-0.2.8/src/strmif.rs new file mode 100644 index 0000000000..0edfe72c99 --- /dev/null +++ b/third_party/rust/winapi-0.2.8/src/strmif.rs @@ -0,0 +1,4 @@ +// Copyright © 2016, Peter Atashian +// Licensed under the MIT License <LICENSE.md> +use super::*; +pub type REFERENCE_TIME = LONGLONG; |