aboutsummaryrefslogtreecommitdiffstats
path: root/copy_dlls
diff options
context:
space:
mode:
Diffstat (limited to 'copy_dlls')
-rw-r--r--copy_dlls1
1 files changed, 1 insertions, 0 deletions
diff --git a/copy_dlls b/copy_dlls
index 8511abce..72fe95a0 100644
--- a/copy_dlls
+++ b/copy_dlls
@@ -98,6 +98,7 @@ sub get_dlls
my $dll = $1;
$dll =~ tr/A-Z/a-z/;
next if $dll =~ m/^(kernel32|user32|msvcrt|advapi32)\.dll$/;
+ next if $dll =~ m/^(api-ms-win.*|ws2_32|crypt32|bcrypt)\.dll$/;
push(@result, $dll);
}
elsif (m/^Magic.*\((PE.+?)\)/)