winapi\vc/
mod.rs

1// Licensed under the Apache License, Version 2.0
2// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
3// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
4// All files in the project carrying such notice may not be copied, modified, or distributed
5// except according to those terms.
6//! Headers that come with VC. Notably, these are not part of the Windows SDK.
7#[cfg(feature = "excpt")] pub mod excpt;
8#[cfg(feature = "limits")] pub mod limits;
9#[cfg(feature = "vadefs")] pub mod vadefs;
10#[cfg(feature = "vcruntime")] pub mod vcruntime;