Sha256: 34cfa201cfbcac7ccaa3ea5295d3e4200439af3cc5c6433baf81502596040a89
Contents?: true
Size: 454 Bytes
Versions: 8
Compression:
Stored size: 454 Bytes
Contents
//! These modules are all glue to support reading the MSVC version from //! the registry and from COM interfaces. // This is used in the crate's public API, so don't use #[cfg(windows)] pub mod find_tools; #[cfg(windows)] pub(crate) mod windows_sys; #[cfg(windows)] mod windows_targets; #[cfg(windows)] mod registry; #[cfg(windows)] #[macro_use] mod winapi; #[cfg(windows)] mod com; #[cfg(windows)] mod setup_config; #[cfg(windows)] mod vs_instances;
Version data entries
8 entries across 8 versions & 1 rubygems