From 8cdfa445d6629ffef4cb84967ff7017654045bc2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 2 Jul 2025 18:36:06 -0600 Subject: chore: add vendor directory --- vendor/windows-core/src/runtime_name.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/windows-core/src/runtime_name.rs (limited to 'vendor/windows-core/src/runtime_name.rs') diff --git a/vendor/windows-core/src/runtime_name.rs b/vendor/windows-core/src/runtime_name.rs new file mode 100644 index 00000000..c6af26ae --- /dev/null +++ b/vendor/windows-core/src/runtime_name.rs @@ -0,0 +1,5 @@ +#[doc(hidden)] +pub trait RuntimeName { + // TODO: needs to use ConstBuffer like RuntimeType to allow generic interfaces to have names for GetRuntimeClassName + const NAME: &'static str = ""; +} -- cgit v1.2.3