Skip to content

Commit 9c28778

Browse files
committed
Allow VCRUNTIME140_1.dll
1 parent 14d139c commit 9c28778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/validation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const PE_ALLOWED_LIBRARIES: &[&str] = &[
107107
"USERENV.dll",
108108
"VERSION.dll",
109109
"VCRUNTIME140.dll",
110+
"VCRUNTIME140_1.dll",
110111
"WINMM.dll",
111112
"WS2_32.dll",
112113
// Our libraries.

0 commit comments

Comments
 (0)