Skip to content

Commit

Permalink
windows-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Dec 12, 2023
1 parent 537ad7b commit 6bb1c8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/libs/sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs
#![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, clippy::all)]
#![cfg_attr(not(feature = "docs"), doc(hidden))]

#[allow(unused_extern_crates)]
extern crate self as windows_sys;

pub mod core;

include!("Windows/mod.rs");

0 comments on commit 6bb1c8f

Please sign in to comment.