[msitools: 2/4] data/wxi-validate.pl: add missing common DLLs




commit c9486250f93a6d663707f63189c35a6bb8bbf195
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Thu Jan 27 14:40:39 2022 +0400

    data/wxi-validate.pl: add missing common DLLs
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 data/wxi-validate.pl | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/data/wxi-validate.pl b/data/wxi-validate.pl
index c1b328d..e285963 100755
--- a/data/wxi-validate.pl
+++ b/data/wxi-validate.pl
@@ -47,6 +47,7 @@ my %dllgroups;
 # as dependencies
 my %dllbuiltin = (
     "advapi32.dll" => 1,
+    "bcrypt.dll" => 1,
     "comctl32.dll" => 1,
     "comdlg32.dll" => 1,
     "crypt32.dll" => 1,
@@ -76,7 +77,9 @@ my %dllbuiltin = (
     "shell32.dll" => 1,
     "shlwapi.dll" => 1,
     "user32.dll" => 1,
+    "userenv.dll" => 1,
     "usp10.dll" => 1,
+    "version.dll" => 1,
     "winmm.dll" => 1,
     "winspool.drv" => 1,
     "wldap32.dll" => 1,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]