diff options
Diffstat (limited to 'vendor/windows-sys/src/Windows/Win32/Management/mod.rs')
-rw-r--r-- | vendor/windows-sys/src/Windows/Win32/Management/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/windows-sys/src/Windows/Win32/Management/mod.rs b/vendor/windows-sys/src/Windows/Win32/Management/mod.rs new file mode 100644 index 0000000..636ff37 --- /dev/null +++ b/vendor/windows-sys/src/Windows/Win32/Management/mod.rs @@ -0,0 +1,3 @@ +#[cfg(feature = "Win32_Management_MobileDeviceManagementRegistration")] +#[doc = "Required features: `\"Win32_Management_MobileDeviceManagementRegistration\"`"] +pub mod MobileDeviceManagementRegistration; |