Skip to content

Commit 66f0eaf

Browse files
authored
fix ntzwapi.h exclusion
1 parent ebea021 commit 66f0eaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/build.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ mod regen {
105105
))
106106
.unwrap();
107107

108-
let blocklist_ty_regexpr = Regex::new(&format!(
109-
r"({}\\deps\\phnt-nightly\\ntzwapi.h)",
108+
let blocklist_regexpr = Regex::new(&format!(
109+
r"({}\\deps\\phnt-nightly\\ntzwapi\.h)",
110110
regex::escape(env!("CARGO_MANIFEST_DIR"))
111111
))
112112
.unwrap();
113113

114114

115-
let blocklist_regexpr =
115+
let blocklist_ty_regexpr =
116116
Regex::new(&format!(r"({})", self.blocklist_types.join("|"))).unwrap();
117117

118118
let mut raw_lines = vec![

0 commit comments

Comments
 (0)