Drop standard DLL provides, moved to mingw-crt
This commit is contained in:
parent
38c14c17cd
commit
6e51f453f3
@ -6,7 +6,7 @@
|
|||||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||||
|
|
||||||
Name: mingw-filesystem
|
Name: mingw-filesystem
|
||||||
Version: 135
|
Version: 136
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW cross compiler base filesystem and environment
|
Summary: MinGW cross compiler base filesystem and environment
|
||||||
|
|
||||||
@ -34,21 +34,14 @@ Source16: mingw-find-lang.sh
|
|||||||
Source17: mingw32.attr
|
Source17: mingw32.attr
|
||||||
Source18: mingw64.attr
|
Source18: mingw64.attr
|
||||||
Source19: ucrt64.attr
|
Source19: ucrt64.attr
|
||||||
# generated with:
|
Source20: toolchain-mingw32.meson
|
||||||
# (rpm -ql mingw32-crt | grep '\.a$' | while read f ; do i686-w64-mingw32-dlltool -I $f 2>/dev/null ; done) | sort | uniq | tr A-Z a-z > standard-dlls-mingw32
|
Source21: toolchain-mingw64.meson
|
||||||
Source20: standard-dlls-mingw32
|
Source22: toolchain-ucrt64.meson
|
||||||
# (rpm -ql mingw64-crt | grep '\.a$' | while read f ; do x86_64-w64-mingw32-dlltool -I $f 2>/dev/null ; done) | sort | uniq | tr A-Z a-z > standard-dlls-mingw64
|
Source23: pkgconf-personality-mingw32
|
||||||
Source21: standard-dlls-mingw64
|
Source24: pkgconf-personality-mingw64
|
||||||
# (rpm -ql ucrt64-crt | grep '\.a$' | while read f ; do x86_64-w64-mingw32ucrt-dlltool -I $f 2>/dev/null ; done) | sort | uniq | tr A-Z a-z > standard-dlls-ucrt64
|
Source25: pkgconf-personality-ucrt64
|
||||||
Source22: standard-dlls-ucrt64
|
Source26: mingw32-hostlib.conf
|
||||||
Source23: toolchain-mingw32.meson
|
Source27: mingw64-hostlib.conf
|
||||||
Source24: toolchain-mingw64.meson
|
|
||||||
Source25: toolchain-ucrt64.meson
|
|
||||||
Source26: pkgconf-personality-mingw32
|
|
||||||
Source27: pkgconf-personality-mingw64
|
|
||||||
Source28: pkgconf-personality-ucrt64
|
|
||||||
Source29: mingw32-hostlib.conf
|
|
||||||
Source30: mingw64-hostlib.conf
|
|
||||||
|
|
||||||
# Taken from the Fedora filesystem package
|
# Taken from the Fedora filesystem package
|
||||||
Source101: https://fedorahosted.org/filesystem/browser/lang-exceptions
|
Source101: https://fedorahosted.org/filesystem/browser/lang-exceptions
|
||||||
@ -98,23 +91,6 @@ Conflicts: mingw32-pkg-config < 0.28-17
|
|||||||
Obsoletes: mingw32-pkg-config < 0.28-17
|
Obsoletes: mingw32-pkg-config < 0.28-17
|
||||||
Provides: mingw32-pkg-config = 0.28-17
|
Provides: mingw32-pkg-config = 0.28-17
|
||||||
|
|
||||||
# Note about 'Provides: mingw32(foo.dll)'
|
|
||||||
# ------------------------------------------------------------
|
|
||||||
#
|
|
||||||
# We want to be able to build & install mingw32 libraries without
|
|
||||||
# necessarily needing to install wine. (And certainly not needing to
|
|
||||||
# install Windows!) There is no requirement to have wine installed in
|
|
||||||
# order to use the mingw toolchain to develop software (ie. to
|
|
||||||
# compile more stuff on top of it), so why require that?
|
|
||||||
#
|
|
||||||
# So for expediency, this base package provides the "missing" DLLs
|
|
||||||
# from Windows. Another way to do it would be to exclude these
|
|
||||||
# proprietary DLLs in our find-requires checking script - essentially
|
|
||||||
# it comes out the same either way.
|
|
||||||
#
|
|
||||||
Provides: %(sed "s/\(.*\)/mingw32(\1) /g" %{SOURCE20} | tr "\n" " ")
|
|
||||||
Provides: mingw32(mscoree.dll)
|
|
||||||
|
|
||||||
%description -n mingw32-filesystem
|
%description -n mingw32-filesystem
|
||||||
This package contains the base filesystem layout, RPM macros and
|
This package contains the base filesystem layout, RPM macros and
|
||||||
environment for all Fedora MinGW packages.
|
environment for all Fedora MinGW packages.
|
||||||
@ -132,8 +108,6 @@ Conflicts: mingw64-pkg-config < 0.28-17
|
|||||||
Obsoletes: mingw64-pkg-config < 0.28-17
|
Obsoletes: mingw64-pkg-config < 0.28-17
|
||||||
Provides: mingw64-pkg-config = 0.28-17
|
Provides: mingw64-pkg-config = 0.28-17
|
||||||
|
|
||||||
Provides: %(sed "s/\(.*\)/mingw64(\1) /g" %{SOURCE21} | tr "\n" " ")
|
|
||||||
Provides: mingw64(mscoree.dll)
|
|
||||||
|
|
||||||
%description -n mingw64-filesystem
|
%description -n mingw64-filesystem
|
||||||
This package contains the base filesystem layout, RPM macros and
|
This package contains the base filesystem layout, RPM macros and
|
||||||
@ -151,8 +125,6 @@ Conflicts: ucrt64-pkg-config < 0.28-17
|
|||||||
Obsoletes: ucrt64-pkg-config < 0.28-17
|
Obsoletes: ucrt64-pkg-config < 0.28-17
|
||||||
Provides: ucrt64-pkg-config = 0.28-17
|
Provides: ucrt64-pkg-config = 0.28-17
|
||||||
|
|
||||||
Provides: %(sed "s/\(.*\)/ucrt64(\1) /g" %{SOURCE22} | tr "\n" " ")
|
|
||||||
Provides: ucrt64(mscoree.dll)
|
|
||||||
|
|
||||||
%description -n ucrt64-filesystem
|
%description -n ucrt64-filesystem
|
||||||
This package contains the base filesystem layout, RPM macros and
|
This package contains the base filesystem layout, RPM macros and
|
||||||
@ -162,6 +134,7 @@ This environment is maintained by the Fedora MinGW SIG at:
|
|||||||
|
|
||||||
http://fedoraproject.org/wiki/SIGs/MinGW
|
http://fedoraproject.org/wiki/SIGs/MinGW
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -T
|
%setup -q -c -T
|
||||||
cp %{SOURCE0} COPYING
|
cp %{SOURCE0} COPYING
|
||||||
@ -172,8 +145,6 @@ cp %{SOURCE0} COPYING
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_libexecdir}
|
mkdir -p %{buildroot}%{_libexecdir}
|
||||||
install -m 755 %{SOURCE11} %{buildroot}%{_libexecdir}/mingw-scripts
|
install -m 755 %{SOURCE11} %{buildroot}%{_libexecdir}/mingw-scripts
|
||||||
|
|
||||||
@ -205,96 +176,41 @@ install -m 644 %{SOURCE4} %{buildroot}%{macrosdir}/macros.ucrt64
|
|||||||
mkdir -p %{buildroot}%{_sysconfdir}/rpmlint
|
mkdir -p %{buildroot}%{_sysconfdir}/rpmlint
|
||||||
install -m 644 %{SOURCE12} %{buildroot}%{_sysconfdir}/rpmlint/
|
install -m 644 %{SOURCE12} %{buildroot}%{_sysconfdir}/rpmlint/
|
||||||
|
|
||||||
# Create the folders required for gcc and binutils
|
for target in i686-w64-mingw32 x86_64-w64-mingw32 x86_64-w64-mingw32ucrt; do
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32
|
# Create the folders required for gcc and binutils
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/bin
|
mkdir -p %{buildroot}%{_prefix}/$target
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/lib
|
mkdir -p %{buildroot}%{_prefix}/$target/bin
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32
|
mkdir -p %{buildroot}%{_prefix}/$target/lib
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/bin
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/lib
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/bin
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/lib
|
|
||||||
|
|
||||||
# The MinGW system root which will contain Windows native binaries
|
# The MinGW system root which will contain Windows native binaries
|
||||||
# and Windows-specific header files, pkgconfig, etc.
|
# and Windows-specific header files, pkgconfig, etc.
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/bin
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/bin
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/etc
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/etc
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/include
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/include
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/include/sys
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/include/sys
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/lib
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/lib
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/lib/pkgconfig
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/lib/cmake
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/lib/cmake
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/sbin
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/sbin
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw
|
# We don't normally package manual pages and info files, except
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/bin
|
# where those are not supplied by a Fedora native package. So we
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/etc
|
# need to create the directories.
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/include
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/include
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/doc
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/lib
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/info
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/man
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/lib/cmake
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/man/man{1,2,3,4,5,6,7,8,l,n}
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/sbin
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/aclocal
|
||||||
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/themes
|
||||||
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/cmake
|
||||||
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/locale
|
||||||
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/pkgconfig
|
||||||
|
mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/xml
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw
|
mkdir -p %{buildroot}%{_prefix}/lib/debug/%{_prefix}/$target
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/bin
|
done
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/etc
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/include
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/include
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/lib
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/lib/pkgconfig
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/lib/cmake
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/sbin
|
|
||||||
|
|
||||||
# We don't normally package manual pages and info files, except
|
|
||||||
# where those are not supplied by a Fedora native package. So we
|
|
||||||
# need to create the directories.
|
|
||||||
#
|
|
||||||
# Note that some packages try to install stuff in
|
|
||||||
# /usr/x86_64-pc-mingw32/sys-root/man and
|
|
||||||
# /usr/x86_64-pc-mingw32/sys-root/doc
|
|
||||||
# but those are both packaging bugs.
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/share
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/doc
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/info
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/man
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/man/man{1,2,3,4,5,6,7,8,l,n}
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/aclocal
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/themes
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/cmake
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/locale
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/pkgconfig
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/xml
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/doc
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/info
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/man
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/man/man{1,2,3,4,5,6,7,8,l,n}
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/aclocal
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/themes
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/cmake
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/locale
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/pkgconfig
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/xml
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share/doc
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share/info
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share/man
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share/man/man{1,2,3,4,5,6,7,8,l,n}
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share/aclocal
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share/themes
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share/cmake
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share/locale
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share/pkgconfig
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share/xml
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/lib/debug/%{_prefix}/i686-w64-mingw32
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/lib/debug/%{_prefix}/x86_64-w64-mingw32
|
|
||||||
mkdir -p %{buildroot}%{_prefix}/lib/debug/%{_prefix}/x86_64-w64-mingw32ucrt
|
|
||||||
|
|
||||||
# Own folders for all locales
|
# Own folders for all locales
|
||||||
# Snippet taken from the Fedora filesystem package
|
# Snippet taken from the Fedora filesystem package
|
||||||
@ -359,18 +275,18 @@ mkdir -p %{buildroot}%{_datadir}/mingw
|
|||||||
install -m 0644 %{SOURCE13} %{buildroot}%{_datadir}/mingw/
|
install -m 0644 %{SOURCE13} %{buildroot}%{_datadir}/mingw/
|
||||||
install -m 0644 %{SOURCE14} %{buildroot}%{_datadir}/mingw/
|
install -m 0644 %{SOURCE14} %{buildroot}%{_datadir}/mingw/
|
||||||
install -m 0644 %{SOURCE15} %{buildroot}%{_datadir}/mingw/
|
install -m 0644 %{SOURCE15} %{buildroot}%{_datadir}/mingw/
|
||||||
install -m 0644 %{SOURCE23} %{buildroot}%{_datadir}/mingw/
|
install -m 0644 %{SOURCE20} %{buildroot}%{_datadir}/mingw/
|
||||||
install -m 0644 %{SOURCE24} %{buildroot}%{_datadir}/mingw/
|
install -m 0644 %{SOURCE21} %{buildroot}%{_datadir}/mingw/
|
||||||
install -m 0644 %{SOURCE25} %{buildroot}%{_datadir}/mingw/
|
install -m 0644 %{SOURCE22} %{buildroot}%{_datadir}/mingw/
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{pkgconfig_personalitydir}
|
mkdir -p %{buildroot}%{pkgconfig_personalitydir}
|
||||||
install -m 0644 %{SOURCE26} %{buildroot}%{pkgconfig_personalitydir}/i686-w64-mingw32.personality
|
install -m 0644 %{SOURCE23} %{buildroot}%{pkgconfig_personalitydir}/i686-w64-mingw32.personality
|
||||||
install -m 0644 %{SOURCE27} %{buildroot}%{pkgconfig_personalitydir}/x86_64-w64-mingw32.personality
|
install -m 0644 %{SOURCE24} %{buildroot}%{pkgconfig_personalitydir}/x86_64-w64-mingw32.personality
|
||||||
install -m 0644 %{SOURCE28} %{buildroot}%{pkgconfig_personalitydir}/x86_64-w64-mingw32ucrt.personality
|
install -m 0644 %{SOURCE25} %{buildroot}%{pkgconfig_personalitydir}/x86_64-w64-mingw32ucrt.personality
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
||||||
install -m 0644 %{SOURCE29} %{buildroot}%{_sysconfdir}/ld.so.conf.d/mingw32-hostlib.conf
|
install -m 0644 %{SOURCE26} %{buildroot}%{_sysconfdir}/ld.so.conf.d/mingw32-hostlib.conf
|
||||||
install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/ld.so.conf.d/mingw64-hostlib.conf
|
install -m 0644 %{SOURCE27} %{buildroot}%{_sysconfdir}/ld.so.conf.d/mingw64-hostlib.conf
|
||||||
|
|
||||||
# Link mingw-pkg-config man pages to pkgconf(1)
|
# Link mingw-pkg-config man pages to pkgconf(1)
|
||||||
mkdir -p %{buildroot}%{_mandir}/man1/
|
mkdir -p %{buildroot}%{_mandir}/man1/
|
||||||
@ -447,6 +363,9 @@ echo ".so man1/pkgconf.1" > %{buildroot}%{_mandir}/man1/x86_64-w64-mingw32ucrt-p
|
|||||||
%dir %{_prefix}/lib/debug/%{_prefix}/x86_64-w64-mingw32ucrt
|
%dir %{_prefix}/lib/debug/%{_prefix}/x86_64-w64-mingw32ucrt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 03 2022 Sandro Mani <manisandro@gmail.com> - 136-1
|
||||||
|
- Drop standard DLL provides, moved to mingw-crt
|
||||||
|
|
||||||
* Tue May 03 2022 Sandro Mani <manisandro@gmail.com> - 135-1
|
* Tue May 03 2022 Sandro Mani <manisandro@gmail.com> - 135-1
|
||||||
- Add host lib dirs to ld.so.conf
|
- Add host lib dirs to ld.so.conf
|
||||||
|
|
||||||
|
@ -1,531 +0,0 @@
|
|||||||
aclui.dll
|
|
||||||
activeds.dll
|
|
||||||
adsldpc.dll
|
|
||||||
advapi32.dll
|
|
||||||
apcups.dll
|
|
||||||
api-ms-win-appmodel-runtime-l1-1-0.dll
|
|
||||||
api-ms-win-appmodel-runtime-l1-1-1.dll
|
|
||||||
api-ms-win-core-com-l1-1-0.dll
|
|
||||||
api-ms-win-core-com-l1-1-1.dll
|
|
||||||
api-ms-win-core-com-l2-1-1.dll
|
|
||||||
api-ms-win-core-com-midlproxystub-l1-1-0.dll
|
|
||||||
api-ms-win-core-comm-l1-1-0.dll
|
|
||||||
api-ms-win-core-comm-l1-1-1.dll
|
|
||||||
api-ms-win-core-comm-l1-1-2.dll
|
|
||||||
api-ms-win-core-console-l1-1-0.dll
|
|
||||||
api-ms-win-core-console-l1-2-0.dll
|
|
||||||
api-ms-win-core-console-l2-1-0.dll
|
|
||||||
api-ms-win-core-console-l2-2-0.dll
|
|
||||||
api-ms-win-core-console-l3-2-0.dll
|
|
||||||
api-ms-win-core-datetime-l1-1-0.dll
|
|
||||||
api-ms-win-core-datetime-l1-1-1.dll
|
|
||||||
api-ms-win-core-datetime-l1-1-2.dll
|
|
||||||
api-ms-win-core-debug-l1-1-0.dll
|
|
||||||
api-ms-win-core-debug-l1-1-1.dll
|
|
||||||
api-ms-win-core-delayload-l1-1-1.dll
|
|
||||||
api-ms-win-core-enclave-l1-1-0.dll
|
|
||||||
api-ms-win-core-errorhandling-l1-1-0.dll
|
|
||||||
api-ms-win-core-errorhandling-l1-1-1.dll
|
|
||||||
api-ms-win-core-errorhandling-l1-1-3.dll
|
|
||||||
api-ms-win-core-featurestaging-l1-1-0.dll
|
|
||||||
api-ms-win-core-featurestaging-l1-1-1.dll
|
|
||||||
api-ms-win-core-fibers-l1-1-1.dll
|
|
||||||
api-ms-win-core-fibers-l2-1-1.dll
|
|
||||||
api-ms-win-core-file-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-file-ansi-l2-1-0.dll
|
|
||||||
api-ms-win-core-file-fromapp-l1-1-0.dll
|
|
||||||
api-ms-win-core-file-l1-1-0.dll
|
|
||||||
api-ms-win-core-file-l1-2-1.dll
|
|
||||||
api-ms-win-core-file-l1-2-2.dll
|
|
||||||
api-ms-win-core-file-l2-1-0.dll
|
|
||||||
api-ms-win-core-file-l2-1-1.dll
|
|
||||||
api-ms-win-core-file-l2-1-2.dll
|
|
||||||
api-ms-win-core-firmware-l1-1-0.dll
|
|
||||||
api-ms-win-core-handle-l1-1-0.dll
|
|
||||||
api-ms-win-core-heap-l1-2-0.dll
|
|
||||||
api-ms-win-core-heap-l2-1-0.dll
|
|
||||||
api-ms-win-core-heap-obsolete-l1-1-0.dll
|
|
||||||
api-ms-win-core-interlocked-l1-1-0.dll
|
|
||||||
api-ms-win-core-interlocked-l1-2-0.dll
|
|
||||||
api-ms-win-core-io-l1-1-0.dll
|
|
||||||
api-ms-win-core-io-l1-1-1.dll
|
|
||||||
api-ms-win-core-kernel32-legacy-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-kernel32-legacy-l1-1-0.dll
|
|
||||||
api-ms-win-core-kernel32-legacy-l1-1-1.dll
|
|
||||||
api-ms-win-core-largeinteger-l1-1-0.dll
|
|
||||||
api-ms-win-core-libraryloader-l1-2-0.dll
|
|
||||||
api-ms-win-core-libraryloader-l1-2-1.dll
|
|
||||||
api-ms-win-core-libraryloader-l2-1-0.dll
|
|
||||||
api-ms-win-core-localization-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-localization-l1-2-0.dll
|
|
||||||
api-ms-win-core-localization-l1-2-1.dll
|
|
||||||
api-ms-win-core-localization-l1-2-2.dll
|
|
||||||
api-ms-win-core-localization-l2-1-0.dll
|
|
||||||
api-ms-win-core-localization-obsolete-l1-2-0.dll
|
|
||||||
api-ms-win-core-memory-l1-1-0.dll
|
|
||||||
api-ms-win-core-memory-l1-1-1.dll
|
|
||||||
api-ms-win-core-memory-l1-1-2.dll
|
|
||||||
api-ms-win-core-memory-l1-1-3.dll
|
|
||||||
api-ms-win-core-memory-l1-1-5.dll
|
|
||||||
api-ms-win-core-memory-l1-1-6.dll
|
|
||||||
api-ms-win-core-memory-l1-1-7.dll
|
|
||||||
api-ms-win-core-namedpipe-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-namedpipe-ansi-l1-1-1.dll
|
|
||||||
api-ms-win-core-namedpipe-l1-1-0.dll
|
|
||||||
api-ms-win-core-namedpipe-l1-2-1.dll
|
|
||||||
api-ms-win-core-namedpipe-l1-2-2.dll
|
|
||||||
api-ms-win-core-namespace-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-namespace-l1-1-0.dll
|
|
||||||
api-ms-win-core-normalization-l1-1-0.dll
|
|
||||||
api-ms-win-core-path-l1-1-0.dll
|
|
||||||
api-ms-win-core-processenvironment-l1-1-0.dll
|
|
||||||
api-ms-win-core-processenvironment-l1-2-0.dll
|
|
||||||
api-ms-win-core-processthreads-l1-1-0.dll
|
|
||||||
api-ms-win-core-processthreads-l1-1-1.dll
|
|
||||||
api-ms-win-core-processthreads-l1-1-2.dll
|
|
||||||
api-ms-win-core-processthreads-l1-1-3.dll
|
|
||||||
api-ms-win-core-processtopology-obsolete-l1-1-0.dll
|
|
||||||
api-ms-win-core-profile-l1-1-0.dll
|
|
||||||
api-ms-win-core-psapi-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-psapi-l1-1-0.dll
|
|
||||||
api-ms-win-core-psm-appnotify-l1-1-0.dll
|
|
||||||
api-ms-win-core-realtime-l1-1-0.dll
|
|
||||||
api-ms-win-core-realtime-l1-1-1.dll
|
|
||||||
api-ms-win-core-realtime-l1-1-2.dll
|
|
||||||
api-ms-win-core-rtlsupport-l1-2-0.dll
|
|
||||||
api-ms-win-core-slapi-l1-1-0.dll
|
|
||||||
api-ms-win-core-string-l1-1-0.dll
|
|
||||||
api-ms-win-core-synch-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-synch-l1-1-0.dll
|
|
||||||
api-ms-win-core-synch-l1-2-0.dll
|
|
||||||
api-ms-win-core-synch-l1-2-1.dll
|
|
||||||
api-ms-win-core-sysinfo-l1-1-0.dll
|
|
||||||
api-ms-win-core-sysinfo-l1-2-0.dll
|
|
||||||
api-ms-win-core-sysinfo-l1-2-1.dll
|
|
||||||
api-ms-win-core-sysinfo-l1-2-3.dll
|
|
||||||
api-ms-win-core-threadpool-l1-2-0.dll
|
|
||||||
api-ms-win-core-timezone-l1-1-0.dll
|
|
||||||
api-ms-win-core-timezone-l1-1-1.dll
|
|
||||||
api-ms-win-core-url-l1-1-0.dll
|
|
||||||
api-ms-win-core-util-l1-1-0.dll
|
|
||||||
api-ms-win-core-versionansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-version-l1-1-0.dll
|
|
||||||
api-ms-win-core-version-l1-1-1.dll
|
|
||||||
api-ms-win-core-windowsceip-l1-1-0.dll
|
|
||||||
api-ms-win-core-windowserrorreporting-l1-1-0.dll
|
|
||||||
api-ms-win-core-windowserrorreporting-l1-1-1.dll
|
|
||||||
api-ms-win-core-windowserrorreporting-l1-1-2.dll
|
|
||||||
api-ms-win-core-winrt-error-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-error-l1-1-1.dll
|
|
||||||
api-ms-win-core-winrt-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-registration-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-robuffer-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-string-l1-1-0.dll
|
|
||||||
api-ms-win-core-wow64-l1-1-0.dll
|
|
||||||
api-ms-win-core-wow64-l1-1-1.dll
|
|
||||||
api-ms-win-core-xstate-l2-1-0.dll
|
|
||||||
api-ms-win-crt-conio-l1-1-0.dll
|
|
||||||
api-ms-win-crt-convert-l1-1-0.dll
|
|
||||||
api-ms-win-crt-environment-l1-1-0.dll
|
|
||||||
api-ms-win-crt-filesystem-l1-1-0.dll
|
|
||||||
api-ms-win-crt-heap-l1-1-0.dll
|
|
||||||
api-ms-win-crt-locale-l1-1-0.dll
|
|
||||||
api-ms-win-crt-math-l1-1-0.dll
|
|
||||||
api-ms-win-crt-multibyte-l1-1-0.dll
|
|
||||||
api-ms-win-crt-private-l1-1-0.dll
|
|
||||||
api-ms-win-crt-process-l1-1-0.dll
|
|
||||||
api-ms-win-crt-runtime-l1-1-0.dll
|
|
||||||
api-ms-win-crt-stdio-l1-1-0.dll
|
|
||||||
api-ms-win-crt-string-l1-1-0.dll
|
|
||||||
api-ms-win-crt-time-l1-1-0.dll
|
|
||||||
api-ms-win-crt-utility-l1-1-0.dll
|
|
||||||
api-ms-win-devices-config-l1-1-1.dll
|
|
||||||
api-ms-win-devices-config-l1-1-2.dll
|
|
||||||
api-ms-win-eventing-classicprovider-l1-1-0.dll
|
|
||||||
api-ms-win-eventing-consumer-l1-1-0.dll
|
|
||||||
api-ms-win-eventing-controller-l1-1-0.dll
|
|
||||||
api-ms-win-eventing-legacy-l1-1-0.dll
|
|
||||||
api-ms-win-eventing-provider-l1-1-0.dll
|
|
||||||
api-ms-win-gaming-deviceinformation-l1-1-0.dll
|
|
||||||
api-ms-win-gaming-expandedresources-l1-1-0.dll
|
|
||||||
api-ms-win-gaming-tcui-l1-1-0.dll
|
|
||||||
api-ms-win-gaming-tcui-l1-1-2.dll
|
|
||||||
api-ms-win-gaming-tcui-l1-1-3.dll
|
|
||||||
api-ms-win-gaming-tcui-l1-1-4.dll
|
|
||||||
api-ms-win-ro-typeresolution-l1-1-0.dll
|
|
||||||
api-ms-win-ro-typeresolution-l1-1-1.dll
|
|
||||||
api-ms-win-security-base-l1-1-0.dll
|
|
||||||
api-ms-win-security-base-l1-2-0.dll
|
|
||||||
api-ms-win-security-base-l1-2-1.dll
|
|
||||||
api-ms-win-security-cryptoapi-l1-1-0.dll
|
|
||||||
api-ms-win-security-isolatedcontainer-l1-1-0.dll
|
|
||||||
api-ms-win-security-lsalookup-ansi-l2-1-0.dll
|
|
||||||
api-ms-win-security-lsalookup-l2-1-0.dll
|
|
||||||
api-ms-win-security-provider-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-security-provider-l1-1-0.dll
|
|
||||||
api-ms-win-security-sddl-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-security-sddl-l1-1-0.dll
|
|
||||||
api-ms-win-shcore-obsolete-l1-1-0.dll
|
|
||||||
api-ms-win-shcore-stream-winrt-l1-1-0.dll
|
|
||||||
authz.dll
|
|
||||||
avicap32.dll
|
|
||||||
avifil32.dll
|
|
||||||
avrt.dll
|
|
||||||
bcrypt.dll
|
|
||||||
bluetoothapis.dll
|
|
||||||
bootvid.dll
|
|
||||||
browcli.dll
|
|
||||||
bthprops.cpl
|
|
||||||
cabinet.dll
|
|
||||||
cap.dll
|
|
||||||
cfgmgr32.dll
|
|
||||||
classpnp.sys
|
|
||||||
clfsw32.dll
|
|
||||||
clusapi.dll
|
|
||||||
cmutil.dll
|
|
||||||
comctl32.dll
|
|
||||||
comdlg32.dll
|
|
||||||
connect.dll
|
|
||||||
credui.dll
|
|
||||||
crtdll.dll
|
|
||||||
crypt32.dll
|
|
||||||
cryptnet.dll
|
|
||||||
cryptsp.dll
|
|
||||||
cryptxml.dll
|
|
||||||
cscapi.dll
|
|
||||||
ctl3d32.dll
|
|
||||||
d2d1.dll
|
|
||||||
d3d10.dll
|
|
||||||
d3d11.dll
|
|
||||||
d3d12.dll
|
|
||||||
d3d8.dll
|
|
||||||
d3d9.dll
|
|
||||||
d3dcompiler_37.dll
|
|
||||||
d3dcompiler_38.dll
|
|
||||||
d3dcompiler_39.dll
|
|
||||||
d3dcompiler_40.dll
|
|
||||||
d3dcompiler_41.dll
|
|
||||||
d3dcompiler_42.dll
|
|
||||||
d3dcompiler_43.dll
|
|
||||||
d3dcompiler_46.dll
|
|
||||||
d3dcompiler_47.dll
|
|
||||||
d3dcompiler.dll
|
|
||||||
d3dcsx_46.dll
|
|
||||||
d3dcsxd_43.dll
|
|
||||||
d3dim.dll
|
|
||||||
d3drm.dll
|
|
||||||
d3dx10_33.dll
|
|
||||||
d3dx10_34.dll
|
|
||||||
d3dx10_35.dll
|
|
||||||
d3dx10_36.dll
|
|
||||||
d3dx10_37.dll
|
|
||||||
d3dx10_38.dll
|
|
||||||
d3dx10_39.dll
|
|
||||||
d3dx10_40.dll
|
|
||||||
d3dx10_41.dll
|
|
||||||
d3dx10_42.dll
|
|
||||||
d3dx10_43.dll
|
|
||||||
d3dx11_42.dll
|
|
||||||
d3dx11_43.dll
|
|
||||||
d3dx8d.dll
|
|
||||||
d3dx9_24.dll
|
|
||||||
d3dx9_25.dll
|
|
||||||
d3dx9_26.dll
|
|
||||||
d3dx9_27.dll
|
|
||||||
d3dx9_28.dll
|
|
||||||
d3dx9_29.dll
|
|
||||||
d3dx9_30.dll
|
|
||||||
d3dx9_31.dll
|
|
||||||
d3dx9_32.dll
|
|
||||||
d3dx9_33.dll
|
|
||||||
d3dx9_34.dll
|
|
||||||
d3dx9_35.dll
|
|
||||||
d3dx9_36.dll
|
|
||||||
d3dx9_37.dll
|
|
||||||
d3dx9_38.dll
|
|
||||||
d3dx9_39.dll
|
|
||||||
d3dx9_40.dll
|
|
||||||
d3dx9_41.dll
|
|
||||||
d3dx9_42.dll
|
|
||||||
d3dx9_43.dll
|
|
||||||
d3dx9d.dll
|
|
||||||
d3dxof.dll
|
|
||||||
davclnt.dll
|
|
||||||
davhlpr.dll
|
|
||||||
dbgeng.dll
|
|
||||||
dbghelp.dll
|
|
||||||
dcomp.dll
|
|
||||||
ddraw.dll
|
|
||||||
devmgr.dll
|
|
||||||
devobj.dll
|
|
||||||
devrtl.dll
|
|
||||||
dfscli.dll
|
|
||||||
dhcpcsvc6.dll
|
|
||||||
dhcpcsvc.dll
|
|
||||||
dhcpsapi.dll
|
|
||||||
dinput8.dll
|
|
||||||
dinput.dll
|
|
||||||
dismapi.dll
|
|
||||||
dlcapi.dll
|
|
||||||
dnsapi.dll
|
|
||||||
dpapi.dll
|
|
||||||
dplayx.dll
|
|
||||||
dpnaddr.dll
|
|
||||||
dpnet.dll
|
|
||||||
dpnlobby.def
|
|
||||||
dpvoice.dll
|
|
||||||
dsetup.dll
|
|
||||||
dsound.dll
|
|
||||||
dsrole.dll
|
|
||||||
dssec.dll
|
|
||||||
dwmapi.dll
|
|
||||||
dwrite.dll
|
|
||||||
dxapi.sys
|
|
||||||
dxgi.dll
|
|
||||||
dxva2.dll
|
|
||||||
eappcfg.dll
|
|
||||||
eapphost.dll
|
|
||||||
eappprxy.dll
|
|
||||||
elscore.dll
|
|
||||||
esent.dll
|
|
||||||
evr.dll
|
|
||||||
faultrep.dll
|
|
||||||
feclient.dll
|
|
||||||
fontsub.dll
|
|
||||||
fwpuclnt.dll
|
|
||||||
gamemode.dll
|
|
||||||
gdi32.dll
|
|
||||||
gdiplus.dll
|
|
||||||
genericui.dll
|
|
||||||
glaux.dll
|
|
||||||
glu32.dll
|
|
||||||
glut32.dll
|
|
||||||
glut.dll
|
|
||||||
gpapi.dll
|
|
||||||
gpedit.dll
|
|
||||||
gpscript.dll
|
|
||||||
gptext.dll
|
|
||||||
hal.dll
|
|
||||||
hhctrl.ocx
|
|
||||||
hidclass.sys
|
|
||||||
hid.dll
|
|
||||||
hidparse.sys
|
|
||||||
httpapi.dll
|
|
||||||
icmui.dll
|
|
||||||
igmpagnt.dll
|
|
||||||
imagehlp.dll
|
|
||||||
imm32.dll
|
|
||||||
iphlpapi.dll
|
|
||||||
iscsidsc.dll
|
|
||||||
kernel32.dll
|
|
||||||
ksecdd.sys
|
|
||||||
ksproxy.ax
|
|
||||||
ks.sys
|
|
||||||
ksuser.dll
|
|
||||||
ktmw32.dll
|
|
||||||
logoncli.dll
|
|
||||||
lz32.dll
|
|
||||||
mapi32.dll
|
|
||||||
mcd.sys
|
|
||||||
mfcore.dll
|
|
||||||
mfcuia32.dll
|
|
||||||
mf.dll
|
|
||||||
mfplat.dll
|
|
||||||
mfplay.dll
|
|
||||||
mfreadwrite.dll
|
|
||||||
mfsensorgroup.dll
|
|
||||||
mgmtapi.dll
|
|
||||||
mmdevapi.dll
|
|
||||||
mprapi.dll
|
|
||||||
mpr.dll
|
|
||||||
mqrt.dll
|
|
||||||
msacm32.dll
|
|
||||||
mscms.dll
|
|
||||||
msctf.dll
|
|
||||||
msdmo.dll
|
|
||||||
msdrm.dll
|
|
||||||
mshtml.dll
|
|
||||||
mshtmled.dll
|
|
||||||
msi.dll
|
|
||||||
msimg32.dll
|
|
||||||
msoledbsql.dll
|
|
||||||
mstask.dll
|
|
||||||
msvcp120_app.dll
|
|
||||||
msvcp60.dll
|
|
||||||
msvcr100.dll
|
|
||||||
msvcr110.dll
|
|
||||||
msvcr120_app.dll
|
|
||||||
msvcr120d.dll
|
|
||||||
msvcr120.dll
|
|
||||||
msvcr70.dll
|
|
||||||
msvcr71.dll
|
|
||||||
msvcr80.dll
|
|
||||||
msvcr90d.dll
|
|
||||||
msvcr90.dll
|
|
||||||
msvcrt10.dll
|
|
||||||
msvcrt20.dll
|
|
||||||
msvcrt40.dll
|
|
||||||
msvcrt.dll
|
|
||||||
msvfw32.dll
|
|
||||||
mswsock.dll
|
|
||||||
ncrypt.dll
|
|
||||||
nddeapi.dll
|
|
||||||
ndfapi.dll
|
|
||||||
ndis.sys
|
|
||||||
netapi32.dll
|
|
||||||
netio.sys
|
|
||||||
netjoin.dll
|
|
||||||
netutils.dll
|
|
||||||
newdev.dll
|
|
||||||
normaliz.dll
|
|
||||||
ntdll.dll
|
|
||||||
ntdsapi.dll
|
|
||||||
ntmsapi.dll
|
|
||||||
ntoskrnl.exe
|
|
||||||
odbc32.dll
|
|
||||||
odbccp32.dll
|
|
||||||
ole32.dll
|
|
||||||
oleacc.dll
|
|
||||||
oleaut32.dll
|
|
||||||
olecli32.dll
|
|
||||||
oledlg.dll
|
|
||||||
olepro32.dll
|
|
||||||
olesvr32.dll
|
|
||||||
olethk32.dll
|
|
||||||
opends60.dll
|
|
||||||
opengl32.dll
|
|
||||||
p2pcollab.dll
|
|
||||||
p2p.dll
|
|
||||||
p2pgraph.dll
|
|
||||||
pcwum.dll
|
|
||||||
pdh.dll
|
|
||||||
pdhui.dll
|
|
||||||
penwin32.dll
|
|
||||||
pkpd32.dll
|
|
||||||
polprocl.dll
|
|
||||||
powrprof.dll
|
|
||||||
prntvpt.dll
|
|
||||||
propsys.dll
|
|
||||||
psapi.dll
|
|
||||||
quartz.dll
|
|
||||||
query.dll
|
|
||||||
qutil.dll
|
|
||||||
qwave.dll
|
|
||||||
rapi.dll
|
|
||||||
rasapi32.dll
|
|
||||||
rasdlg.dll
|
|
||||||
resutils.dll
|
|
||||||
rpcdce4.dll
|
|
||||||
rpcdiag.dll
|
|
||||||
rpchttp.dll
|
|
||||||
rpcns4.dll
|
|
||||||
rpcrt4.dll
|
|
||||||
rstrtmgr.dll
|
|
||||||
rtm.dll
|
|
||||||
rtutils.dll
|
|
||||||
samcli.dll
|
|
||||||
schannel.dll
|
|
||||||
schedcli.dll
|
|
||||||
scsiport.sys
|
|
||||||
secur32.dll
|
|
||||||
security.dll
|
|
||||||
setupapi.dll
|
|
||||||
shcore.dll
|
|
||||||
shell32.dll
|
|
||||||
shfolder.dll
|
|
||||||
shlwapi.dll
|
|
||||||
slc.dll
|
|
||||||
slcext.dll
|
|
||||||
slwga.dll
|
|
||||||
snmpapi.dll
|
|
||||||
spoolss.dll
|
|
||||||
srvcli.dll
|
|
||||||
sspicli.dll
|
|
||||||
svrapi.dll
|
|
||||||
sxs.dll
|
|
||||||
t2embed.dll
|
|
||||||
tapi32.dll
|
|
||||||
tbs.dll
|
|
||||||
tdh.dll
|
|
||||||
tdi.sys
|
|
||||||
txfw32.dll
|
|
||||||
ucrtbase.dll
|
|
||||||
url.dll
|
|
||||||
urlmon.dll
|
|
||||||
usbcamd2.sys
|
|
||||||
usbcamd.sys
|
|
||||||
usbd.sys
|
|
||||||
usbport.sys
|
|
||||||
user32.dll
|
|
||||||
userenv.dll
|
|
||||||
usp10.dll
|
|
||||||
uxtheme.dll
|
|
||||||
vcruntime140_app.dll
|
|
||||||
vdmdbg.dll
|
|
||||||
version.dll
|
|
||||||
videoprt.sys
|
|
||||||
virtdisk.dll
|
|
||||||
vssapi.dll
|
|
||||||
vss_ps.dll
|
|
||||||
wdsclientapi.dll
|
|
||||||
wdsclient.dll
|
|
||||||
wdscore.dll
|
|
||||||
wdscsl.dll
|
|
||||||
wdsimage.dll
|
|
||||||
wdstptc.dll
|
|
||||||
wdsupgcompl.dll
|
|
||||||
wdsutil.dll
|
|
||||||
webauthn.dll
|
|
||||||
websocket.dll
|
|
||||||
wecapi.dll
|
|
||||||
wer.dll
|
|
||||||
wevtapi.dll
|
|
||||||
wevtfwd.dll
|
|
||||||
wiadss.dll
|
|
||||||
wimgapi.dll
|
|
||||||
win32k.sys
|
|
||||||
win32spl.dll
|
|
||||||
windowscodecs.dll
|
|
||||||
winhttp.dll
|
|
||||||
wininet.dll
|
|
||||||
winmm.dll
|
|
||||||
winscard.dll
|
|
||||||
winspool.drv
|
|
||||||
winstrm.dll
|
|
||||||
wintrust.dll
|
|
||||||
winusb.dll
|
|
||||||
wkscli.dll
|
|
||||||
wlanapi.dll
|
|
||||||
wlanui.dll
|
|
||||||
wlanutil.dll
|
|
||||||
wldap32.dll
|
|
||||||
wmilib.sys
|
|
||||||
wofutil.dll
|
|
||||||
wow32.dll
|
|
||||||
ws2_32.dll
|
|
||||||
wsdapi.dll
|
|
||||||
wsnmp32.dll
|
|
||||||
wsock32.dll
|
|
||||||
wst.dll
|
|
||||||
wtsapi32.dll
|
|
||||||
x3daudio1_2.dll
|
|
||||||
x3daudio1_3.dll
|
|
||||||
x3daudio1_4.dll
|
|
||||||
x3daudio1_5.dll
|
|
||||||
x3daudio1_6.dll
|
|
||||||
x3daudio1_7.dll
|
|
||||||
x3daudiod1_7.dll
|
|
||||||
xapofx1_0.dll
|
|
||||||
xapofx1_1.dll
|
|
||||||
xapofx1_2.dll
|
|
||||||
xapofx1_3.dll
|
|
||||||
xapofx1_4.dll
|
|
||||||
xapofx1_5.dll
|
|
||||||
xapofxd1_5.dll
|
|
||||||
xaudio2_8.dll
|
|
||||||
xinput1_1.dll
|
|
||||||
xinput1_2.dll
|
|
||||||
xinput1_3.dll
|
|
||||||
xinput1_4.dll
|
|
||||||
xinput9_1_0.dll
|
|
@ -1,987 +0,0 @@
|
|||||||
acledit.dll
|
|
||||||
aclui.dll
|
|
||||||
activeds.dll
|
|
||||||
admparse.dll
|
|
||||||
admwprox.dll
|
|
||||||
adptif.dll
|
|
||||||
adsiisex.dll
|
|
||||||
adsldpc.dll
|
|
||||||
advapi32.dll
|
|
||||||
advpack.dll
|
|
||||||
agentanm.dll
|
|
||||||
aksclass.dll
|
|
||||||
alrsvc.dll
|
|
||||||
apcups.dll
|
|
||||||
api-ms-win-appmodel-runtime-l1-1-0.dll
|
|
||||||
api-ms-win-appmodel-runtime-l1-1-1.dll
|
|
||||||
api-ms-win-core-com-l1-1-0.dll
|
|
||||||
api-ms-win-core-com-l1-1-1.dll
|
|
||||||
api-ms-win-core-com-l2-1-1.dll
|
|
||||||
api-ms-win-core-com-midlproxystub-l1-1-0.dll
|
|
||||||
api-ms-win-core-comm-l1-1-0.dll
|
|
||||||
api-ms-win-core-comm-l1-1-1.dll
|
|
||||||
api-ms-win-core-comm-l1-1-2.dll
|
|
||||||
api-ms-win-core-console-l1-1-0.dll
|
|
||||||
api-ms-win-core-console-l1-2-0.dll
|
|
||||||
api-ms-win-core-console-l2-1-0.dll
|
|
||||||
api-ms-win-core-console-l2-2-0.dll
|
|
||||||
api-ms-win-core-console-l3-2-0.dll
|
|
||||||
api-ms-win-core-datetime-l1-1-0.dll
|
|
||||||
api-ms-win-core-datetime-l1-1-1.dll
|
|
||||||
api-ms-win-core-datetime-l1-1-2.dll
|
|
||||||
api-ms-win-core-debug-l1-1-0.dll
|
|
||||||
api-ms-win-core-debug-l1-1-1.dll
|
|
||||||
api-ms-win-core-delayload-l1-1-1.dll
|
|
||||||
api-ms-win-core-enclave-l1-1-0.dll
|
|
||||||
api-ms-win-core-errorhandling-l1-1-0.dll
|
|
||||||
api-ms-win-core-errorhandling-l1-1-1.dll
|
|
||||||
api-ms-win-core-errorhandling-l1-1-3.dll
|
|
||||||
api-ms-win-core-featurestaging-l1-1-0.dll
|
|
||||||
api-ms-win-core-featurestaging-l1-1-1.dll
|
|
||||||
api-ms-win-core-fibers-l1-1-1.dll
|
|
||||||
api-ms-win-core-fibers-l2-1-1.dll
|
|
||||||
api-ms-win-core-file-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-file-ansi-l2-1-0.dll
|
|
||||||
api-ms-win-core-file-fromapp-l1-1-0.dll
|
|
||||||
api-ms-win-core-file-l1-1-0.dll
|
|
||||||
api-ms-win-core-file-l1-2-1.dll
|
|
||||||
api-ms-win-core-file-l1-2-2.dll
|
|
||||||
api-ms-win-core-file-l2-1-0.dll
|
|
||||||
api-ms-win-core-file-l2-1-1.dll
|
|
||||||
api-ms-win-core-file-l2-1-2.dll
|
|
||||||
api-ms-win-core-firmware-l1-1-0.dll
|
|
||||||
api-ms-win-core-handle-l1-1-0.dll
|
|
||||||
api-ms-win-core-heap-l1-2-0.dll
|
|
||||||
api-ms-win-core-heap-l2-1-0.dll
|
|
||||||
api-ms-win-core-heap-obsolete-l1-1-0.dll
|
|
||||||
api-ms-win-core-interlocked-l1-1-0.dll
|
|
||||||
api-ms-win-core-interlocked-l1-2-0.dll
|
|
||||||
api-ms-win-core-io-l1-1-0.dll
|
|
||||||
api-ms-win-core-io-l1-1-1.dll
|
|
||||||
api-ms-win-core-kernel32-legacy-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-kernel32-legacy-l1-1-0.dll
|
|
||||||
api-ms-win-core-kernel32-legacy-l1-1-1.dll
|
|
||||||
api-ms-win-core-largeinteger-l1-1-0.dll
|
|
||||||
api-ms-win-core-libraryloader-l1-2-0.dll
|
|
||||||
api-ms-win-core-libraryloader-l1-2-1.dll
|
|
||||||
api-ms-win-core-libraryloader-l2-1-0.dll
|
|
||||||
api-ms-win-core-localization-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-localization-l1-2-0.dll
|
|
||||||
api-ms-win-core-localization-l1-2-1.dll
|
|
||||||
api-ms-win-core-localization-l1-2-2.dll
|
|
||||||
api-ms-win-core-localization-l2-1-0.dll
|
|
||||||
api-ms-win-core-localization-obsolete-l1-2-0.dll
|
|
||||||
api-ms-win-core-memory-l1-1-0.dll
|
|
||||||
api-ms-win-core-memory-l1-1-1.dll
|
|
||||||
api-ms-win-core-memory-l1-1-2.dll
|
|
||||||
api-ms-win-core-memory-l1-1-3.dll
|
|
||||||
api-ms-win-core-memory-l1-1-5.dll
|
|
||||||
api-ms-win-core-memory-l1-1-6.dll
|
|
||||||
api-ms-win-core-memory-l1-1-7.dll
|
|
||||||
api-ms-win-core-namedpipe-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-namedpipe-ansi-l1-1-1.dll
|
|
||||||
api-ms-win-core-namedpipe-l1-1-0.dll
|
|
||||||
api-ms-win-core-namedpipe-l1-2-1.dll
|
|
||||||
api-ms-win-core-namedpipe-l1-2-2.dll
|
|
||||||
api-ms-win-core-namespace-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-namespace-l1-1-0.dll
|
|
||||||
api-ms-win-core-normalization-l1-1-0.dll
|
|
||||||
api-ms-win-core-path-l1-1-0.dll
|
|
||||||
api-ms-win-core-processenvironment-l1-1-0.dll
|
|
||||||
api-ms-win-core-processenvironment-l1-2-0.dll
|
|
||||||
api-ms-win-core-processthreads-l1-1-0.dll
|
|
||||||
api-ms-win-core-processthreads-l1-1-1.dll
|
|
||||||
api-ms-win-core-processthreads-l1-1-2.dll
|
|
||||||
api-ms-win-core-processthreads-l1-1-3.dll
|
|
||||||
api-ms-win-core-processtopology-obsolete-l1-1-0.dll
|
|
||||||
api-ms-win-core-profile-l1-1-0.dll
|
|
||||||
api-ms-win-core-psapi-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-psapi-l1-1-0.dll
|
|
||||||
api-ms-win-core-psm-appnotify-l1-1-0.dll
|
|
||||||
api-ms-win-core-realtime-l1-1-0.dll
|
|
||||||
api-ms-win-core-realtime-l1-1-1.dll
|
|
||||||
api-ms-win-core-realtime-l1-1-2.dll
|
|
||||||
api-ms-win-core-rtlsupport-l1-2-0.dll
|
|
||||||
api-ms-win-core-slapi-l1-1-0.dll
|
|
||||||
api-ms-win-core-string-l1-1-0.dll
|
|
||||||
api-ms-win-core-synch-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-synch-l1-1-0.dll
|
|
||||||
api-ms-win-core-synch-l1-2-0.dll
|
|
||||||
api-ms-win-core-synch-l1-2-1.dll
|
|
||||||
api-ms-win-core-sysinfo-l1-1-0.dll
|
|
||||||
api-ms-win-core-sysinfo-l1-2-0.dll
|
|
||||||
api-ms-win-core-sysinfo-l1-2-1.dll
|
|
||||||
api-ms-win-core-sysinfo-l1-2-3.dll
|
|
||||||
api-ms-win-core-threadpool-l1-2-0.dll
|
|
||||||
api-ms-win-core-timezone-l1-1-0.dll
|
|
||||||
api-ms-win-core-timezone-l1-1-1.dll
|
|
||||||
api-ms-win-core-url-l1-1-0.dll
|
|
||||||
api-ms-win-core-util-l1-1-0.dll
|
|
||||||
api-ms-win-core-versionansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-version-l1-1-0.dll
|
|
||||||
api-ms-win-core-version-l1-1-1.dll
|
|
||||||
api-ms-win-core-windowsceip-l1-1-0.dll
|
|
||||||
api-ms-win-core-windowserrorreporting-l1-1-0.dll
|
|
||||||
api-ms-win-core-windowserrorreporting-l1-1-1.dll
|
|
||||||
api-ms-win-core-windowserrorreporting-l1-1-2.dll
|
|
||||||
api-ms-win-core-winrt-error-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-error-l1-1-1.dll
|
|
||||||
api-ms-win-core-winrt-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-registration-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-robuffer-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-string-l1-1-0.dll
|
|
||||||
api-ms-win-core-wow64-l1-1-0.dll
|
|
||||||
api-ms-win-core-wow64-l1-1-1.dll
|
|
||||||
api-ms-win-core-xstate-l2-1-0.dll
|
|
||||||
api-ms-win-crt-conio-l1-1-0.dll
|
|
||||||
api-ms-win-crt-convert-l1-1-0.dll
|
|
||||||
api-ms-win-crt-environment-l1-1-0.dll
|
|
||||||
api-ms-win-crt-filesystem-l1-1-0.dll
|
|
||||||
api-ms-win-crt-heap-l1-1-0.dll
|
|
||||||
api-ms-win-crt-locale-l1-1-0.dll
|
|
||||||
api-ms-win-crt-math-l1-1-0.dll
|
|
||||||
api-ms-win-crt-multibyte-l1-1-0.dll
|
|
||||||
api-ms-win-crt-private-l1-1-0.dll
|
|
||||||
api-ms-win-crt-process-l1-1-0.dll
|
|
||||||
api-ms-win-crt-runtime-l1-1-0.dll
|
|
||||||
api-ms-win-crt-stdio-l1-1-0.dll
|
|
||||||
api-ms-win-crt-string-l1-1-0.dll
|
|
||||||
api-ms-win-crt-time-l1-1-0.dll
|
|
||||||
api-ms-win-crt-utility-l1-1-0.dll
|
|
||||||
api-ms-win-devices-config-l1-1-1.dll
|
|
||||||
api-ms-win-devices-config-l1-1-2.dll
|
|
||||||
api-ms-win-eventing-classicprovider-l1-1-0.dll
|
|
||||||
api-ms-win-eventing-consumer-l1-1-0.dll
|
|
||||||
api-ms-win-eventing-controller-l1-1-0.dll
|
|
||||||
api-ms-win-eventing-legacy-l1-1-0.dll
|
|
||||||
api-ms-win-eventing-provider-l1-1-0.dll
|
|
||||||
api-ms-win-gaming-deviceinformation-l1-1-0.dll
|
|
||||||
api-ms-win-gaming-expandedresources-l1-1-0.dll
|
|
||||||
api-ms-win-gaming-tcui-l1-1-0.dll
|
|
||||||
api-ms-win-gaming-tcui-l1-1-2.dll
|
|
||||||
api-ms-win-gaming-tcui-l1-1-3.dll
|
|
||||||
api-ms-win-gaming-tcui-l1-1-4.dll
|
|
||||||
api-ms-win-ro-typeresolution-l1-1-0.dll
|
|
||||||
api-ms-win-ro-typeresolution-l1-1-1.dll
|
|
||||||
api-ms-win-security-base-l1-1-0.dll
|
|
||||||
api-ms-win-security-base-l1-2-0.dll
|
|
||||||
api-ms-win-security-base-l1-2-1.dll
|
|
||||||
api-ms-win-security-cryptoapi-l1-1-0.dll
|
|
||||||
api-ms-win-security-isolatedcontainer-l1-1-0.dll
|
|
||||||
api-ms-win-security-lsalookup-ansi-l2-1-0.dll
|
|
||||||
api-ms-win-security-lsalookup-l2-1-0.dll
|
|
||||||
api-ms-win-security-provider-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-security-provider-l1-1-0.dll
|
|
||||||
api-ms-win-security-sddl-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-security-sddl-l1-1-0.dll
|
|
||||||
api-ms-win-shcore-obsolete-l1-1-0.dll
|
|
||||||
api-ms-win-shcore-stream-winrt-l1-1-0.dll
|
|
||||||
apphelp.dll
|
|
||||||
appmgmts.dll
|
|
||||||
aqueue.dll
|
|
||||||
asp.dll
|
|
||||||
aspperf.dll
|
|
||||||
asycfilt.dll
|
|
||||||
atkctrs.dll
|
|
||||||
atl.dll
|
|
||||||
atmlib.dll
|
|
||||||
atrace.dll
|
|
||||||
audiosrv.dll
|
|
||||||
authz.dll
|
|
||||||
autodial.dll
|
|
||||||
autodisc.dll
|
|
||||||
avicap32.dll
|
|
||||||
avifil32.dll
|
|
||||||
avrt.dll
|
|
||||||
azroles.dll
|
|
||||||
basesrv.dll
|
|
||||||
batmeter.dll
|
|
||||||
batt.dll
|
|
||||||
bcrypt.dll
|
|
||||||
bluetoothapis.dll
|
|
||||||
bootvid.dll
|
|
||||||
browser.dll
|
|
||||||
bthprops.cpl
|
|
||||||
cabinet.dll
|
|
||||||
cabview.dll
|
|
||||||
cards.dll
|
|
||||||
catsrv.dll
|
|
||||||
catsrvut.dll
|
|
||||||
cdfview.dll
|
|
||||||
cdm.dll
|
|
||||||
certcli.dll
|
|
||||||
cfgbkend.dll
|
|
||||||
cfgmgr32.dll
|
|
||||||
cimwin32.dll
|
|
||||||
cintime.dll
|
|
||||||
classpnp.sys
|
|
||||||
clbcatq.dll
|
|
||||||
clb.dll
|
|
||||||
clfsw32.dll
|
|
||||||
cliconfg.dll
|
|
||||||
clusapi.dll
|
|
||||||
cmcfg32.dll
|
|
||||||
cmdial32.dll
|
|
||||||
cmpbk32.dll
|
|
||||||
cmutil.dll
|
|
||||||
cnetcfg.dll
|
|
||||||
coadmin.dll
|
|
||||||
colbact.dll
|
|
||||||
comctl32.dll
|
|
||||||
comdlg32.dll
|
|
||||||
compstui.dll
|
|
||||||
computecore.dll
|
|
||||||
computenetwork.dll
|
|
||||||
computestorage.dll
|
|
||||||
comres.dll
|
|
||||||
comsetup.dll
|
|
||||||
comsnap.dll
|
|
||||||
comsvcs.dll
|
|
||||||
comuid.dll
|
|
||||||
connect.dll
|
|
||||||
console.dll
|
|
||||||
corpol.dll
|
|
||||||
credui.dll
|
|
||||||
crypt32.dll
|
|
||||||
cryptdlg.dll
|
|
||||||
cryptdll.dll
|
|
||||||
cryptext.dll
|
|
||||||
cryptnet.dll
|
|
||||||
cryptsp.dll
|
|
||||||
cryptsvc.dll
|
|
||||||
cryptui.dll
|
|
||||||
cryptxml.dll
|
|
||||||
cscapi.dll
|
|
||||||
cscdll.dll
|
|
||||||
cscui.dll
|
|
||||||
csrsrv.dll
|
|
||||||
cufat.dll
|
|
||||||
d2d1.dll
|
|
||||||
d3d10.dll
|
|
||||||
d3d11.dll
|
|
||||||
d3d12.dll
|
|
||||||
d3d8thk.dll
|
|
||||||
d3d9.dll
|
|
||||||
d3dcompiler_37.dll
|
|
||||||
d3dcompiler_38.dll
|
|
||||||
d3dcompiler_39.dll
|
|
||||||
d3dcompiler_40.dll
|
|
||||||
d3dcompiler_41.dll
|
|
||||||
d3dcompiler_42.dll
|
|
||||||
d3dcompiler_43.dll
|
|
||||||
d3dcompiler_46.dll
|
|
||||||
d3dcompiler_47.dll
|
|
||||||
d3dcompiler.dll
|
|
||||||
d3dcsx_46.dll
|
|
||||||
d3dcsxd_43.dll
|
|
||||||
d3dx10_33.dll
|
|
||||||
d3dx10_34.dll
|
|
||||||
d3dx10_35.dll
|
|
||||||
d3dx10_36.dll
|
|
||||||
d3dx10_37.dll
|
|
||||||
d3dx10_38.dll
|
|
||||||
d3dx10_39.dll
|
|
||||||
d3dx10_40.dll
|
|
||||||
d3dx10_41.dll
|
|
||||||
d3dx10_42.dll
|
|
||||||
d3dx10_43.dll
|
|
||||||
d3dx11_42.dll
|
|
||||||
d3dx11_43.dll
|
|
||||||
d3dx9_24.dll
|
|
||||||
d3dx9_25.dll
|
|
||||||
d3dx9_26.dll
|
|
||||||
d3dx9_27.dll
|
|
||||||
d3dx9_28.dll
|
|
||||||
d3dx9_29.dll
|
|
||||||
d3dx9_30.dll
|
|
||||||
d3dx9_31.dll
|
|
||||||
d3dx9_32.dll
|
|
||||||
d3dx9_33.dll
|
|
||||||
d3dx9_34.dll
|
|
||||||
d3dx9_35.dll
|
|
||||||
d3dx9_36.dll
|
|
||||||
d3dx9_37.dll
|
|
||||||
d3dx9_38.dll
|
|
||||||
d3dx9_39.dll
|
|
||||||
d3dx9_40.dll
|
|
||||||
d3dx9_41.dll
|
|
||||||
d3dx9_42.dll
|
|
||||||
d3dx9_43.dll
|
|
||||||
d3dxof.dll
|
|
||||||
davclnt.dll
|
|
||||||
dbgeng.dll
|
|
||||||
dbghelp.dll
|
|
||||||
dbnetlib.dll
|
|
||||||
dbnmpntw.dll
|
|
||||||
dciman32.dll
|
|
||||||
dcomp.dll
|
|
||||||
ddraw.dll
|
|
||||||
devmgr.dll
|
|
||||||
devobj.dll
|
|
||||||
devrtl.dll
|
|
||||||
dhcpcsvc6.dll
|
|
||||||
dhcpcsvc.dll
|
|
||||||
dhcpsapi.dll
|
|
||||||
digest.dll
|
|
||||||
dimsntfy.dll
|
|
||||||
dimsroam.dll
|
|
||||||
dinput8.dll
|
|
||||||
dinput.dll
|
|
||||||
diskcopy.dll
|
|
||||||
dismapi.dll
|
|
||||||
dmconfig.dll
|
|
||||||
dmdskmgr.dll
|
|
||||||
dmivcitf.dll
|
|
||||||
dmutil.dll
|
|
||||||
dnsapi.dll
|
|
||||||
dnsrslvr.dll
|
|
||||||
dpapi.dll
|
|
||||||
dpnaddr.dll
|
|
||||||
dpnet.dll
|
|
||||||
dpnhupnp.dll
|
|
||||||
dpnlobby.dll
|
|
||||||
dpvoice.dll
|
|
||||||
drprov.dll
|
|
||||||
ds32gt.dll
|
|
||||||
dsauth.dll
|
|
||||||
dskquota.dll
|
|
||||||
dsound3d.dll
|
|
||||||
dsound.dll
|
|
||||||
dsprop.dll
|
|
||||||
dsquery.dll
|
|
||||||
dssec.dll
|
|
||||||
dssenh.dll
|
|
||||||
dsuiext.dll
|
|
||||||
duser.dll
|
|
||||||
dwmapi.dll
|
|
||||||
dwrite.dll
|
|
||||||
dxgi.dll
|
|
||||||
dxva2.dll
|
|
||||||
eappcfg.dll
|
|
||||||
eapphost.dll
|
|
||||||
eappprxy.dll
|
|
||||||
efsadu.dll
|
|
||||||
es.dll
|
|
||||||
esent.dll
|
|
||||||
esentprf.dll
|
|
||||||
eventlog.dll
|
|
||||||
evr.dll
|
|
||||||
exports.dll
|
|
||||||
exprfdll.dll
|
|
||||||
exstrace.dll
|
|
||||||
fastprox.dll
|
|
||||||
faultrep.dll
|
|
||||||
fcachdll.dll
|
|
||||||
fdeploy.dll
|
|
||||||
feclient.dll
|
|
||||||
filemgmt.dll
|
|
||||||
fldrclnr.dll
|
|
||||||
fltlib.dll
|
|
||||||
fmifs.dll
|
|
||||||
fontsub.dll
|
|
||||||
framedyn.dll
|
|
||||||
ftpctrs2.dll
|
|
||||||
ftpmib.dll
|
|
||||||
fwpuclnt.dll
|
|
||||||
fxsapi.dll
|
|
||||||
fxscfgwz.dll
|
|
||||||
fxsdrv.dll
|
|
||||||
fxsocm.dll
|
|
||||||
fxsperf.dll
|
|
||||||
fxsroute.dll
|
|
||||||
fxsst.dll
|
|
||||||
fxst30.dll
|
|
||||||
fxstiff.dll
|
|
||||||
fxsui.dll
|
|
||||||
fxswzrd.dll
|
|
||||||
gamemode.dll
|
|
||||||
gdi32.dll
|
|
||||||
gdiplus.dll
|
|
||||||
genericui.dll
|
|
||||||
getuname.dll
|
|
||||||
glmf32.dll
|
|
||||||
glu32.dll
|
|
||||||
gpedit.dll
|
|
||||||
gpkcsp.dll
|
|
||||||
gptext.dll
|
|
||||||
guitrn.dll
|
|
||||||
hal.dll
|
|
||||||
hbaapi.dll
|
|
||||||
hgfs.dll
|
|
||||||
hhctrl.ocx
|
|
||||||
hidclass.sys
|
|
||||||
hid.dll
|
|
||||||
hidparse.sys
|
|
||||||
hlink.dll
|
|
||||||
hmmapi.dll
|
|
||||||
hnetcfg.dll
|
|
||||||
hnetwiz.dll
|
|
||||||
hostmib.dll
|
|
||||||
hotplug.dll
|
|
||||||
htrn_jis.dll
|
|
||||||
httpapi.dll
|
|
||||||
httpext.dll
|
|
||||||
httpmib.dll
|
|
||||||
httpodbc.dll
|
|
||||||
htui.dll
|
|
||||||
hypertrm.dll
|
|
||||||
iashlpr.dll
|
|
||||||
iaspolcy.dll
|
|
||||||
iassam.dll
|
|
||||||
iassvcs.dll
|
|
||||||
icaapi.dll
|
|
||||||
icfgnt.dll
|
|
||||||
icm32.dll
|
|
||||||
icmp.dll
|
|
||||||
icmui.dll
|
|
||||||
icwconn.dll
|
|
||||||
icwdl.dll
|
|
||||||
icwphbk.dll
|
|
||||||
icwutil.dll
|
|
||||||
idq.dll
|
|
||||||
ieakeng.dll
|
|
||||||
iedkcs32.dll
|
|
||||||
iernonce.dll
|
|
||||||
iesetup.dll
|
|
||||||
igmpagnt.dll
|
|
||||||
iisadmin.dll
|
|
||||||
iiscfg.dll
|
|
||||||
iis.dll
|
|
||||||
iisprov.dll
|
|
||||||
iisrtl.dll
|
|
||||||
iisui.dll
|
|
||||||
iisutil.dll
|
|
||||||
imagehlp.dll
|
|
||||||
imedic.dll
|
|
||||||
imejpcus.dll
|
|
||||||
imeshare.dll
|
|
||||||
imeskdic.dll
|
|
||||||
imeskdic.dll
|
|
||||||
imgutil.dll
|
|
||||||
imjp81k.dll
|
|
||||||
imjputyc.dll
|
|
||||||
imm32.dll
|
|
||||||
imsinsnt.dll
|
|
||||||
inetcfg.dll
|
|
||||||
inetcomm.dll
|
|
||||||
inetmib1.dll
|
|
||||||
infoadmn.dll
|
|
||||||
infocomm.dll
|
|
||||||
infoctrs.dll
|
|
||||||
infosoft.dll
|
|
||||||
initpki.dll
|
|
||||||
input.dll
|
|
||||||
inseng.dll
|
|
||||||
iphlpapi.dll
|
|
||||||
ipmontr.dll
|
|
||||||
ipnathlp.dll
|
|
||||||
iprop.dll
|
|
||||||
iprtprio.dll
|
|
||||||
iprtrmgr.dll
|
|
||||||
ipsecspd.dll
|
|
||||||
ipxsap.dll
|
|
||||||
irclass.dll
|
|
||||||
isapitst.dll
|
|
||||||
isatq.dll
|
|
||||||
iscomlog.dll
|
|
||||||
iscsidsc.dll
|
|
||||||
isignup2.dll
|
|
||||||
iyuv_32.dll
|
|
||||||
jet500.dll
|
|
||||||
jsproxy.dll
|
|
||||||
kd1394.dll
|
|
||||||
kdcom.dll
|
|
||||||
kerberos.dll
|
|
||||||
kernel32.dll
|
|
||||||
keymgr.dll
|
|
||||||
ksecdd.sys
|
|
||||||
ks.sys
|
|
||||||
ksuser.dll
|
|
||||||
ktmw32.dll
|
|
||||||
linkinfo.dll
|
|
||||||
lmmib2.dll
|
|
||||||
loadperf.dll
|
|
||||||
localspl.dll
|
|
||||||
log.dll
|
|
||||||
loghours.dll
|
|
||||||
lonsint.dll
|
|
||||||
lpk.dll
|
|
||||||
lprhelp.dll
|
|
||||||
lsasrv.dll
|
|
||||||
lz32.dll
|
|
||||||
mag_hook.dll
|
|
||||||
mapi32.dll
|
|
||||||
mcastmib.dll
|
|
||||||
mcd32.dll
|
|
||||||
mcdsrv32.dll
|
|
||||||
mchgrcoi.dll
|
|
||||||
mciavi32.dll
|
|
||||||
mcicda.dll
|
|
||||||
mciole32.dll
|
|
||||||
mciqtz32.dll
|
|
||||||
mciseq.dll
|
|
||||||
mciwave.dll
|
|
||||||
mdminst.dll
|
|
||||||
mf3216.dll
|
|
||||||
mfc42.dll
|
|
||||||
mfc42u.dll
|
|
||||||
mfcore.dll
|
|
||||||
mf.dll
|
|
||||||
mfplat.dll
|
|
||||||
mfplay.dll
|
|
||||||
mfreadwrite.dll
|
|
||||||
mfsensorgroup.dll
|
|
||||||
mgmtapi.dll
|
|
||||||
midimap.dll
|
|
||||||
migism.dll
|
|
||||||
miglibnt.dll
|
|
||||||
mlang.dll
|
|
||||||
mll_hp.dll
|
|
||||||
mll_mtf.dll
|
|
||||||
mll_qic.dll
|
|
||||||
mmdevapi.dll
|
|
||||||
mmfutil.dll
|
|
||||||
mmutilse.dll
|
|
||||||
mobsync.dll
|
|
||||||
modemui.dll
|
|
||||||
mofd.dll
|
|
||||||
mprapi.dll
|
|
||||||
mprddm.dll
|
|
||||||
mpr.dll
|
|
||||||
mprui.dll
|
|
||||||
mqad.dll
|
|
||||||
mqcertui.dll
|
|
||||||
mqdscli.dll
|
|
||||||
mqise.dll
|
|
||||||
mqperf.dll
|
|
||||||
mqrtdep.dll
|
|
||||||
mqrt.dll
|
|
||||||
mqsec.dll
|
|
||||||
mqupgrd.dll
|
|
||||||
mqutil.dll
|
|
||||||
msacm32.dll
|
|
||||||
msadcs.dll
|
|
||||||
msado15.dll
|
|
||||||
msafd.dll
|
|
||||||
msasn1.dll
|
|
||||||
mscat32.dll
|
|
||||||
mscms.dll
|
|
||||||
msctf.dll
|
|
||||||
msdadiag.dll
|
|
||||||
msdart.dll
|
|
||||||
msdmo.dll
|
|
||||||
msdrm.dll
|
|
||||||
msdtclog.dll
|
|
||||||
msdtcprx.dll
|
|
||||||
msdtctm.dll
|
|
||||||
msdtcuiu.dll
|
|
||||||
msftedit.dll
|
|
||||||
msgina.dll
|
|
||||||
msgr3en.dll
|
|
||||||
msgsvc.dll
|
|
||||||
mshtml.dll
|
|
||||||
msi.dll
|
|
||||||
msimg32.dll
|
|
||||||
msimtf.dll
|
|
||||||
msir3jp.dll
|
|
||||||
msisip.dll
|
|
||||||
mslbui.dll
|
|
||||||
msls31.dll
|
|
||||||
msmqocm.dll
|
|
||||||
msobdl.dll
|
|
||||||
msobmain.dll
|
|
||||||
msoeacct.dll
|
|
||||||
msoe.dll
|
|
||||||
msoert2.dll
|
|
||||||
msoledbsql.dll
|
|
||||||
mspatcha.dll
|
|
||||||
msports.dll
|
|
||||||
msrating.dll
|
|
||||||
msrle32.dll
|
|
||||||
mssign32.dll
|
|
||||||
mssip32.dll
|
|
||||||
mstask.dll
|
|
||||||
mstlsapi.dll
|
|
||||||
msutb.dll
|
|
||||||
msv1_0.dll
|
|
||||||
msvcirt.dll
|
|
||||||
msvcp120_app.dll
|
|
||||||
msvcp60.dll
|
|
||||||
msvcr100.dll
|
|
||||||
msvcr110.dll
|
|
||||||
msvcr120_app.dll
|
|
||||||
msvcr120d.dll
|
|
||||||
msvcr120.dll
|
|
||||||
msvcr80.dll
|
|
||||||
msvcr90d.dll
|
|
||||||
msvcr90.dll
|
|
||||||
msvcrt.dll
|
|
||||||
msvfw32.dll
|
|
||||||
msvidc32.dll
|
|
||||||
msw3prt.dll
|
|
||||||
mswsock.dll
|
|
||||||
msyuv.dll
|
|
||||||
mtxclu.dll
|
|
||||||
mtxdm.dll
|
|
||||||
mtxex.dll
|
|
||||||
mtxoci.dll
|
|
||||||
mydocs.dll
|
|
||||||
ncobjapi.dll
|
|
||||||
ncrypt.dll
|
|
||||||
ncxp.dll
|
|
||||||
nddeapi.dll
|
|
||||||
nddenb32.dll
|
|
||||||
ndfapi.dll
|
|
||||||
ndisnpp.dll
|
|
||||||
ndis.sys
|
|
||||||
netapi32.dll
|
|
||||||
netcfgx.dll
|
|
||||||
netid.dll
|
|
||||||
netio.sys
|
|
||||||
netlogon.dll
|
|
||||||
netman.dll
|
|
||||||
netoc.dll
|
|
||||||
netplwiz.dll
|
|
||||||
netrap.dll
|
|
||||||
netshell.dll
|
|
||||||
netui0.dll
|
|
||||||
netui1.dll
|
|
||||||
netui2.dll
|
|
||||||
newdev.dll
|
|
||||||
nntpapi.dll
|
|
||||||
normaliz.dll
|
|
||||||
npptools.dll
|
|
||||||
nshipsec.dll
|
|
||||||
ntdll.dll
|
|
||||||
ntdsapi.dll
|
|
||||||
ntdsbcli.dll
|
|
||||||
ntdtcsetup.dll
|
|
||||||
ntlanman.dll
|
|
||||||
ntlanui.dll
|
|
||||||
ntlsapi.dll
|
|
||||||
ntmarta.dll
|
|
||||||
ntmsapi.dll
|
|
||||||
ntoc.dll
|
|
||||||
ntoskrnl.exe
|
|
||||||
ntprint.dll
|
|
||||||
ntshrui.dll
|
|
||||||
ntvdm64.dll
|
|
||||||
nwprovau.dll
|
|
||||||
oakley.dll
|
|
||||||
occache.dll
|
|
||||||
ocmanage.dll
|
|
||||||
ocmsn.dll
|
|
||||||
ocsbs.dll
|
|
||||||
odbc32.dll
|
|
||||||
odbc32gt.dll
|
|
||||||
odbcbcp.dll
|
|
||||||
odbcconf.dll
|
|
||||||
odbccp32.dll
|
|
||||||
odbccr32.dll
|
|
||||||
odbctrac.dll
|
|
||||||
oeimport.dll
|
|
||||||
oemiglib.dll
|
|
||||||
ole32.dll
|
|
||||||
oleacc.dll
|
|
||||||
oleaut32.dll
|
|
||||||
olecli32.dll
|
|
||||||
olecnv32.dll
|
|
||||||
oledb32.dll
|
|
||||||
oledlg.dll
|
|
||||||
olesvr32.dll
|
|
||||||
opends60.dll
|
|
||||||
opengl32.dll
|
|
||||||
osuninst.dll
|
|
||||||
p2pcollab.dll
|
|
||||||
p2p.dll
|
|
||||||
p2pgraph.dll
|
|
||||||
pautoenr.dll
|
|
||||||
pcwum.dll
|
|
||||||
pdh.dll
|
|
||||||
perfctrs.dll
|
|
||||||
perfdisk.dll
|
|
||||||
perfnet.dll
|
|
||||||
perfos.dll
|
|
||||||
perfproc.dll
|
|
||||||
perfts.dll
|
|
||||||
photowiz.dll
|
|
||||||
pidgen.dll
|
|
||||||
policman.dll
|
|
||||||
polstore.dll
|
|
||||||
powrprof.dll
|
|
||||||
printui.dll
|
|
||||||
prntvpt.dll
|
|
||||||
profmap.dll
|
|
||||||
proppage.dll
|
|
||||||
propsys.dll
|
|
||||||
ps5ui.dll
|
|
||||||
psapi.dll
|
|
||||||
psbase.dll
|
|
||||||
pschdprf.dll
|
|
||||||
pscript5.dll
|
|
||||||
pstorec.dll
|
|
||||||
pstorsvc.dll
|
|
||||||
qmgr.dll
|
|
||||||
qosname.dll
|
|
||||||
quartz.dll
|
|
||||||
query.dll
|
|
||||||
qutil.dll
|
|
||||||
qwave.dll
|
|
||||||
rasadhlp.dll
|
|
||||||
rasapi32.dll
|
|
||||||
rasauto.dll
|
|
||||||
raschap.dll
|
|
||||||
rasctrs.dll
|
|
||||||
rasdlg.dll
|
|
||||||
rasman.dll
|
|
||||||
rasmans.dll
|
|
||||||
rasmontr.dll
|
|
||||||
rasmxs.dll
|
|
||||||
rasppp.dll
|
|
||||||
rasrad.dll
|
|
||||||
rassapi.dll
|
|
||||||
rasser.dll
|
|
||||||
rastapi.dll
|
|
||||||
rastls.dll
|
|
||||||
rdpcfgex.dll
|
|
||||||
rdpsnd.dll
|
|
||||||
rdpwsx.dll
|
|
||||||
regapi.dll
|
|
||||||
regsvc.dll
|
|
||||||
resutils.dll
|
|
||||||
riched20.dll
|
|
||||||
rnr20.dll
|
|
||||||
routemsg.dll
|
|
||||||
routetab.dll
|
|
||||||
rpcdiag.dll
|
|
||||||
rpchttp.dll
|
|
||||||
rpcns4.dll
|
|
||||||
rpcref.dll
|
|
||||||
rpcrt4.dll
|
|
||||||
rpcss.dll
|
|
||||||
rsaenh.dll
|
|
||||||
rstrtmgr.dll
|
|
||||||
rtm.dll
|
|
||||||
rtutils.dll
|
|
||||||
samlib.dll
|
|
||||||
samsrv.dll
|
|
||||||
scarddlg.dll
|
|
||||||
sccbase.dll
|
|
||||||
scecli.dll
|
|
||||||
scesrv.dll
|
|
||||||
schannel.dll
|
|
||||||
schedsvc.dll
|
|
||||||
sclgntfy.dll
|
|
||||||
scredir.dll
|
|
||||||
script.dll
|
|
||||||
scrobj.dll
|
|
||||||
scrrun.dll
|
|
||||||
sdhcinst.dll
|
|
||||||
seclogon.dll
|
|
||||||
secur32.dll
|
|
||||||
security.dll
|
|
||||||
sensapi.dll
|
|
||||||
senscfg.dll
|
|
||||||
sens.dll
|
|
||||||
seo.dll
|
|
||||||
serialui.dll
|
|
||||||
serwvdrv.dll
|
|
||||||
setupapi.dll
|
|
||||||
setupqry.dll
|
|
||||||
sfc.dll
|
|
||||||
sfcfiles.dll
|
|
||||||
sfc_os.dll
|
|
||||||
sfmapi.dll
|
|
||||||
shcore.dll
|
|
||||||
shdocvw.dll
|
|
||||||
shell32.dll
|
|
||||||
shfolder.dll
|
|
||||||
shimeng.dll
|
|
||||||
shimgvw.dll
|
|
||||||
shlwapi.dll
|
|
||||||
shscrap.dll
|
|
||||||
shsvcs.dll
|
|
||||||
sigtab.dll
|
|
||||||
sisbkup.dll
|
|
||||||
skdll.dll
|
|
||||||
slbcsp.dll
|
|
||||||
slc.dll
|
|
||||||
slcext.dll
|
|
||||||
slwga.dll
|
|
||||||
smtpapi.dll
|
|
||||||
smtpctrs.dll
|
|
||||||
snapin.dll
|
|
||||||
snmpapi.dll
|
|
||||||
snmpelea.dll
|
|
||||||
snmpmib.exe
|
|
||||||
softpub.dll
|
|
||||||
spoolss.dll
|
|
||||||
sqlsrv32.dll
|
|
||||||
sqlxmlx.dll
|
|
||||||
srchctls.dll
|
|
||||||
srclient.dll
|
|
||||||
srrstr.dll
|
|
||||||
srvsvc.dll
|
|
||||||
ssdpapi.dll
|
|
||||||
ssinc.dll
|
|
||||||
sspicli.dll
|
|
||||||
staxmem.dll
|
|
||||||
sti_ci.dll
|
|
||||||
sti.dll
|
|
||||||
streamci.dll
|
|
||||||
strmfilt.dll
|
|
||||||
subauth.dll
|
|
||||||
svcpack.dll
|
|
||||||
sxs.dll
|
|
||||||
synceng.dll
|
|
||||||
syncui.dll
|
|
||||||
sysinv.dll
|
|
||||||
sysmod.dll
|
|
||||||
syssetup.dll
|
|
||||||
t2embed.dll
|
|
||||||
tapi32.dll
|
|
||||||
tapiperf.dll
|
|
||||||
tbs.dll
|
|
||||||
tcpmib.dll
|
|
||||||
tdh.dll
|
|
||||||
traffic.dll
|
|
||||||
tsappcmp.dll
|
|
||||||
tsbyuv.dll
|
|
||||||
tsd32.dll
|
|
||||||
tsoc.dll
|
|
||||||
txfw32.dll
|
|
||||||
ucrtbase.dll
|
|
||||||
ufat.dll
|
|
||||||
umandlg.dll
|
|
||||||
umdmxfrm.dll
|
|
||||||
umpnpmgr.dll
|
|
||||||
unidrv.dll
|
|
||||||
unidrvui.dll
|
|
||||||
uniime.dll
|
|
||||||
unimdmat.dll
|
|
||||||
uniplat.dll
|
|
||||||
untfs.dll
|
|
||||||
upnp.dll
|
|
||||||
upnpui.dll
|
|
||||||
urlauth.dll
|
|
||||||
url.dll
|
|
||||||
urlmon.dll
|
|
||||||
usbcamd2.sys
|
|
||||||
usbd.sys
|
|
||||||
usbport.sys
|
|
||||||
user32.dll
|
|
||||||
userenv.dll
|
|
||||||
usp10.dll
|
|
||||||
utildll.dll
|
|
||||||
uxtheme.dll
|
|
||||||
vcruntime140_app.dll
|
|
||||||
vdsutil.dll
|
|
||||||
verifier.dll
|
|
||||||
version.dll
|
|
||||||
vgx.dll
|
|
||||||
virtdisk.dll
|
|
||||||
vmx_mode.dll
|
|
||||||
vssapi.dll
|
|
||||||
w32time.dll
|
|
||||||
w32topl.dll
|
|
||||||
w3core.dll
|
|
||||||
w3ctrs.dll
|
|
||||||
w3dt.dll
|
|
||||||
w3isapi.dll
|
|
||||||
w3ssl.dll
|
|
||||||
w3tp.dll
|
|
||||||
wab32.dll
|
|
||||||
wabimp.dll
|
|
||||||
wamreg.dll
|
|
||||||
wbemcore.dll
|
|
||||||
wbemupgd.dll
|
|
||||||
wdigest.dll
|
|
||||||
wdmaud.drv
|
|
||||||
wdsclientapi.dll
|
|
||||||
wdsclient.dll
|
|
||||||
wdscore.dll
|
|
||||||
wdscsl.dll
|
|
||||||
wdsimage.dll
|
|
||||||
wdstptc.dll
|
|
||||||
wdsupgcompl.dll
|
|
||||||
wdsutil.dll
|
|
||||||
webauthn.dll
|
|
||||||
webcheck.dll
|
|
||||||
webclnt.dll
|
|
||||||
webhits.dll
|
|
||||||
websocket.dll
|
|
||||||
wecapi.dll
|
|
||||||
wer.dll
|
|
||||||
wevtapi.dll
|
|
||||||
wevtfwd.dll
|
|
||||||
wiadss.dll
|
|
||||||
wiarpc.dll
|
|
||||||
wiaservc.dll
|
|
||||||
wiashext.dll
|
|
||||||
wimgapi.dll
|
|
||||||
windowscodecs.dll
|
|
||||||
winfax.dll
|
|
||||||
winhttp.dll
|
|
||||||
winhvemulation.dll
|
|
||||||
winhvplatform.dll
|
|
||||||
wininet.dll
|
|
||||||
winipsec.dll
|
|
||||||
winmm.dll
|
|
||||||
winrnr.dll
|
|
||||||
winscard.dll
|
|
||||||
winspool.drv
|
|
||||||
winsrv.dll
|
|
||||||
winsta.dll
|
|
||||||
wintrust.dll
|
|
||||||
winusb.dll
|
|
||||||
wkssvc.dll
|
|
||||||
wlanapi.dll
|
|
||||||
wlanui.dll
|
|
||||||
wlanutil.dll
|
|
||||||
wldap32.dll
|
|
||||||
wlnotify.dll
|
|
||||||
wlstore.dll
|
|
||||||
wmi2xml.dll
|
|
||||||
wmiaprpl.dll
|
|
||||||
wmi.dll
|
|
||||||
wmilib.sys
|
|
||||||
wmiprop.dll
|
|
||||||
wmisvc.dll
|
|
||||||
wofutil.dll
|
|
||||||
wow64cpu.dll
|
|
||||||
wow64.dll
|
|
||||||
wow64mib.dll
|
|
||||||
wow64win.dll
|
|
||||||
wpd_ci.dll
|
|
||||||
ws2_32.dll
|
|
||||||
ws2help.dll
|
|
||||||
wscapi.dll
|
|
||||||
wscsvc.dll
|
|
||||||
wsdapi.dll
|
|
||||||
wshatm.dll
|
|
||||||
wshbth.dll
|
|
||||||
wslapi.dll
|
|
||||||
wsock32.dll
|
|
||||||
wtsapi32.dll
|
|
||||||
x3daudio1_2.dll
|
|
||||||
x3daudio1_3.dll
|
|
||||||
x3daudio1_4.dll
|
|
||||||
x3daudio1_5.dll
|
|
||||||
x3daudio1_6.dll
|
|
||||||
x3daudio1_7.dll
|
|
||||||
x3daudiod1_7.dll
|
|
||||||
xapofx1_0.dll
|
|
||||||
xapofx1_1.dll
|
|
||||||
xapofx1_2.dll
|
|
||||||
xapofx1_3.dll
|
|
||||||
xapofx1_4.dll
|
|
||||||
xapofx1_5.dll
|
|
||||||
xapofxd1_5.dll
|
|
||||||
xaudio2_8.dll
|
|
||||||
xinput1_1.dll
|
|
||||||
xinput1_2.dll
|
|
||||||
xinput1_3.dll
|
|
||||||
xinput1_4.dll
|
|
||||||
xinput9_1_0.dll
|
|
||||||
zoneoc.dll
|
|
@ -1,987 +0,0 @@
|
|||||||
acledit.dll
|
|
||||||
aclui.dll
|
|
||||||
activeds.dll
|
|
||||||
admparse.dll
|
|
||||||
admwprox.dll
|
|
||||||
adptif.dll
|
|
||||||
adsiisex.dll
|
|
||||||
adsldpc.dll
|
|
||||||
advapi32.dll
|
|
||||||
advpack.dll
|
|
||||||
agentanm.dll
|
|
||||||
aksclass.dll
|
|
||||||
alrsvc.dll
|
|
||||||
apcups.dll
|
|
||||||
api-ms-win-appmodel-runtime-l1-1-0.dll
|
|
||||||
api-ms-win-appmodel-runtime-l1-1-1.dll
|
|
||||||
api-ms-win-core-com-l1-1-0.dll
|
|
||||||
api-ms-win-core-com-l1-1-1.dll
|
|
||||||
api-ms-win-core-com-l2-1-1.dll
|
|
||||||
api-ms-win-core-com-midlproxystub-l1-1-0.dll
|
|
||||||
api-ms-win-core-comm-l1-1-0.dll
|
|
||||||
api-ms-win-core-comm-l1-1-1.dll
|
|
||||||
api-ms-win-core-comm-l1-1-2.dll
|
|
||||||
api-ms-win-core-console-l1-1-0.dll
|
|
||||||
api-ms-win-core-console-l1-2-0.dll
|
|
||||||
api-ms-win-core-console-l2-1-0.dll
|
|
||||||
api-ms-win-core-console-l2-2-0.dll
|
|
||||||
api-ms-win-core-console-l3-2-0.dll
|
|
||||||
api-ms-win-core-datetime-l1-1-0.dll
|
|
||||||
api-ms-win-core-datetime-l1-1-1.dll
|
|
||||||
api-ms-win-core-datetime-l1-1-2.dll
|
|
||||||
api-ms-win-core-debug-l1-1-0.dll
|
|
||||||
api-ms-win-core-debug-l1-1-1.dll
|
|
||||||
api-ms-win-core-delayload-l1-1-1.dll
|
|
||||||
api-ms-win-core-enclave-l1-1-0.dll
|
|
||||||
api-ms-win-core-errorhandling-l1-1-0.dll
|
|
||||||
api-ms-win-core-errorhandling-l1-1-1.dll
|
|
||||||
api-ms-win-core-errorhandling-l1-1-3.dll
|
|
||||||
api-ms-win-core-featurestaging-l1-1-0.dll
|
|
||||||
api-ms-win-core-featurestaging-l1-1-1.dll
|
|
||||||
api-ms-win-core-fibers-l1-1-1.dll
|
|
||||||
api-ms-win-core-fibers-l2-1-1.dll
|
|
||||||
api-ms-win-core-file-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-file-ansi-l2-1-0.dll
|
|
||||||
api-ms-win-core-file-fromapp-l1-1-0.dll
|
|
||||||
api-ms-win-core-file-l1-1-0.dll
|
|
||||||
api-ms-win-core-file-l1-2-1.dll
|
|
||||||
api-ms-win-core-file-l1-2-2.dll
|
|
||||||
api-ms-win-core-file-l2-1-0.dll
|
|
||||||
api-ms-win-core-file-l2-1-1.dll
|
|
||||||
api-ms-win-core-file-l2-1-2.dll
|
|
||||||
api-ms-win-core-firmware-l1-1-0.dll
|
|
||||||
api-ms-win-core-handle-l1-1-0.dll
|
|
||||||
api-ms-win-core-heap-l1-2-0.dll
|
|
||||||
api-ms-win-core-heap-l2-1-0.dll
|
|
||||||
api-ms-win-core-heap-obsolete-l1-1-0.dll
|
|
||||||
api-ms-win-core-interlocked-l1-1-0.dll
|
|
||||||
api-ms-win-core-interlocked-l1-2-0.dll
|
|
||||||
api-ms-win-core-io-l1-1-0.dll
|
|
||||||
api-ms-win-core-io-l1-1-1.dll
|
|
||||||
api-ms-win-core-kernel32-legacy-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-kernel32-legacy-l1-1-0.dll
|
|
||||||
api-ms-win-core-kernel32-legacy-l1-1-1.dll
|
|
||||||
api-ms-win-core-largeinteger-l1-1-0.dll
|
|
||||||
api-ms-win-core-libraryloader-l1-2-0.dll
|
|
||||||
api-ms-win-core-libraryloader-l1-2-1.dll
|
|
||||||
api-ms-win-core-libraryloader-l2-1-0.dll
|
|
||||||
api-ms-win-core-localization-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-localization-l1-2-0.dll
|
|
||||||
api-ms-win-core-localization-l1-2-1.dll
|
|
||||||
api-ms-win-core-localization-l1-2-2.dll
|
|
||||||
api-ms-win-core-localization-l2-1-0.dll
|
|
||||||
api-ms-win-core-localization-obsolete-l1-2-0.dll
|
|
||||||
api-ms-win-core-memory-l1-1-0.dll
|
|
||||||
api-ms-win-core-memory-l1-1-1.dll
|
|
||||||
api-ms-win-core-memory-l1-1-2.dll
|
|
||||||
api-ms-win-core-memory-l1-1-3.dll
|
|
||||||
api-ms-win-core-memory-l1-1-5.dll
|
|
||||||
api-ms-win-core-memory-l1-1-6.dll
|
|
||||||
api-ms-win-core-memory-l1-1-7.dll
|
|
||||||
api-ms-win-core-namedpipe-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-namedpipe-ansi-l1-1-1.dll
|
|
||||||
api-ms-win-core-namedpipe-l1-1-0.dll
|
|
||||||
api-ms-win-core-namedpipe-l1-2-1.dll
|
|
||||||
api-ms-win-core-namedpipe-l1-2-2.dll
|
|
||||||
api-ms-win-core-namespace-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-namespace-l1-1-0.dll
|
|
||||||
api-ms-win-core-normalization-l1-1-0.dll
|
|
||||||
api-ms-win-core-path-l1-1-0.dll
|
|
||||||
api-ms-win-core-processenvironment-l1-1-0.dll
|
|
||||||
api-ms-win-core-processenvironment-l1-2-0.dll
|
|
||||||
api-ms-win-core-processthreads-l1-1-0.dll
|
|
||||||
api-ms-win-core-processthreads-l1-1-1.dll
|
|
||||||
api-ms-win-core-processthreads-l1-1-2.dll
|
|
||||||
api-ms-win-core-processthreads-l1-1-3.dll
|
|
||||||
api-ms-win-core-processtopology-obsolete-l1-1-0.dll
|
|
||||||
api-ms-win-core-profile-l1-1-0.dll
|
|
||||||
api-ms-win-core-psapi-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-psapi-l1-1-0.dll
|
|
||||||
api-ms-win-core-psm-appnotify-l1-1-0.dll
|
|
||||||
api-ms-win-core-realtime-l1-1-0.dll
|
|
||||||
api-ms-win-core-realtime-l1-1-1.dll
|
|
||||||
api-ms-win-core-realtime-l1-1-2.dll
|
|
||||||
api-ms-win-core-rtlsupport-l1-2-0.dll
|
|
||||||
api-ms-win-core-slapi-l1-1-0.dll
|
|
||||||
api-ms-win-core-string-l1-1-0.dll
|
|
||||||
api-ms-win-core-synch-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-synch-l1-1-0.dll
|
|
||||||
api-ms-win-core-synch-l1-2-0.dll
|
|
||||||
api-ms-win-core-synch-l1-2-1.dll
|
|
||||||
api-ms-win-core-sysinfo-l1-1-0.dll
|
|
||||||
api-ms-win-core-sysinfo-l1-2-0.dll
|
|
||||||
api-ms-win-core-sysinfo-l1-2-1.dll
|
|
||||||
api-ms-win-core-sysinfo-l1-2-3.dll
|
|
||||||
api-ms-win-core-threadpool-l1-2-0.dll
|
|
||||||
api-ms-win-core-timezone-l1-1-0.dll
|
|
||||||
api-ms-win-core-timezone-l1-1-1.dll
|
|
||||||
api-ms-win-core-url-l1-1-0.dll
|
|
||||||
api-ms-win-core-util-l1-1-0.dll
|
|
||||||
api-ms-win-core-versionansi-l1-1-0.dll
|
|
||||||
api-ms-win-core-version-l1-1-0.dll
|
|
||||||
api-ms-win-core-version-l1-1-1.dll
|
|
||||||
api-ms-win-core-windowsceip-l1-1-0.dll
|
|
||||||
api-ms-win-core-windowserrorreporting-l1-1-0.dll
|
|
||||||
api-ms-win-core-windowserrorreporting-l1-1-1.dll
|
|
||||||
api-ms-win-core-windowserrorreporting-l1-1-2.dll
|
|
||||||
api-ms-win-core-winrt-error-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-error-l1-1-1.dll
|
|
||||||
api-ms-win-core-winrt-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-registration-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-robuffer-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
|
|
||||||
api-ms-win-core-winrt-string-l1-1-0.dll
|
|
||||||
api-ms-win-core-wow64-l1-1-0.dll
|
|
||||||
api-ms-win-core-wow64-l1-1-1.dll
|
|
||||||
api-ms-win-core-xstate-l2-1-0.dll
|
|
||||||
api-ms-win-crt-conio-l1-1-0.dll
|
|
||||||
api-ms-win-crt-convert-l1-1-0.dll
|
|
||||||
api-ms-win-crt-environment-l1-1-0.dll
|
|
||||||
api-ms-win-crt-filesystem-l1-1-0.dll
|
|
||||||
api-ms-win-crt-heap-l1-1-0.dll
|
|
||||||
api-ms-win-crt-locale-l1-1-0.dll
|
|
||||||
api-ms-win-crt-math-l1-1-0.dll
|
|
||||||
api-ms-win-crt-multibyte-l1-1-0.dll
|
|
||||||
api-ms-win-crt-private-l1-1-0.dll
|
|
||||||
api-ms-win-crt-process-l1-1-0.dll
|
|
||||||
api-ms-win-crt-runtime-l1-1-0.dll
|
|
||||||
api-ms-win-crt-stdio-l1-1-0.dll
|
|
||||||
api-ms-win-crt-string-l1-1-0.dll
|
|
||||||
api-ms-win-crt-time-l1-1-0.dll
|
|
||||||
api-ms-win-crt-utility-l1-1-0.dll
|
|
||||||
api-ms-win-devices-config-l1-1-1.dll
|
|
||||||
api-ms-win-devices-config-l1-1-2.dll
|
|
||||||
api-ms-win-eventing-classicprovider-l1-1-0.dll
|
|
||||||
api-ms-win-eventing-consumer-l1-1-0.dll
|
|
||||||
api-ms-win-eventing-controller-l1-1-0.dll
|
|
||||||
api-ms-win-eventing-legacy-l1-1-0.dll
|
|
||||||
api-ms-win-eventing-provider-l1-1-0.dll
|
|
||||||
api-ms-win-gaming-deviceinformation-l1-1-0.dll
|
|
||||||
api-ms-win-gaming-expandedresources-l1-1-0.dll
|
|
||||||
api-ms-win-gaming-tcui-l1-1-0.dll
|
|
||||||
api-ms-win-gaming-tcui-l1-1-2.dll
|
|
||||||
api-ms-win-gaming-tcui-l1-1-3.dll
|
|
||||||
api-ms-win-gaming-tcui-l1-1-4.dll
|
|
||||||
api-ms-win-ro-typeresolution-l1-1-0.dll
|
|
||||||
api-ms-win-ro-typeresolution-l1-1-1.dll
|
|
||||||
api-ms-win-security-base-l1-1-0.dll
|
|
||||||
api-ms-win-security-base-l1-2-0.dll
|
|
||||||
api-ms-win-security-base-l1-2-1.dll
|
|
||||||
api-ms-win-security-cryptoapi-l1-1-0.dll
|
|
||||||
api-ms-win-security-isolatedcontainer-l1-1-0.dll
|
|
||||||
api-ms-win-security-lsalookup-ansi-l2-1-0.dll
|
|
||||||
api-ms-win-security-lsalookup-l2-1-0.dll
|
|
||||||
api-ms-win-security-provider-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-security-provider-l1-1-0.dll
|
|
||||||
api-ms-win-security-sddl-ansi-l1-1-0.dll
|
|
||||||
api-ms-win-security-sddl-l1-1-0.dll
|
|
||||||
api-ms-win-shcore-obsolete-l1-1-0.dll
|
|
||||||
api-ms-win-shcore-stream-winrt-l1-1-0.dll
|
|
||||||
apphelp.dll
|
|
||||||
appmgmts.dll
|
|
||||||
aqueue.dll
|
|
||||||
asp.dll
|
|
||||||
aspperf.dll
|
|
||||||
asycfilt.dll
|
|
||||||
atkctrs.dll
|
|
||||||
atl.dll
|
|
||||||
atmlib.dll
|
|
||||||
atrace.dll
|
|
||||||
audiosrv.dll
|
|
||||||
authz.dll
|
|
||||||
autodial.dll
|
|
||||||
autodisc.dll
|
|
||||||
avicap32.dll
|
|
||||||
avifil32.dll
|
|
||||||
avrt.dll
|
|
||||||
azroles.dll
|
|
||||||
basesrv.dll
|
|
||||||
batmeter.dll
|
|
||||||
batt.dll
|
|
||||||
bcrypt.dll
|
|
||||||
bluetoothapis.dll
|
|
||||||
bootvid.dll
|
|
||||||
browser.dll
|
|
||||||
bthprops.cpl
|
|
||||||
cabinet.dll
|
|
||||||
cabview.dll
|
|
||||||
cards.dll
|
|
||||||
catsrv.dll
|
|
||||||
catsrvut.dll
|
|
||||||
cdfview.dll
|
|
||||||
cdm.dll
|
|
||||||
certcli.dll
|
|
||||||
cfgbkend.dll
|
|
||||||
cfgmgr32.dll
|
|
||||||
cimwin32.dll
|
|
||||||
cintime.dll
|
|
||||||
classpnp.sys
|
|
||||||
clbcatq.dll
|
|
||||||
clb.dll
|
|
||||||
clfsw32.dll
|
|
||||||
cliconfg.dll
|
|
||||||
clusapi.dll
|
|
||||||
cmcfg32.dll
|
|
||||||
cmdial32.dll
|
|
||||||
cmpbk32.dll
|
|
||||||
cmutil.dll
|
|
||||||
cnetcfg.dll
|
|
||||||
coadmin.dll
|
|
||||||
colbact.dll
|
|
||||||
comctl32.dll
|
|
||||||
comdlg32.dll
|
|
||||||
compstui.dll
|
|
||||||
computecore.dll
|
|
||||||
computenetwork.dll
|
|
||||||
computestorage.dll
|
|
||||||
comres.dll
|
|
||||||
comsetup.dll
|
|
||||||
comsnap.dll
|
|
||||||
comsvcs.dll
|
|
||||||
comuid.dll
|
|
||||||
connect.dll
|
|
||||||
console.dll
|
|
||||||
corpol.dll
|
|
||||||
credui.dll
|
|
||||||
crypt32.dll
|
|
||||||
cryptdlg.dll
|
|
||||||
cryptdll.dll
|
|
||||||
cryptext.dll
|
|
||||||
cryptnet.dll
|
|
||||||
cryptsp.dll
|
|
||||||
cryptsvc.dll
|
|
||||||
cryptui.dll
|
|
||||||
cryptxml.dll
|
|
||||||
cscapi.dll
|
|
||||||
cscdll.dll
|
|
||||||
cscui.dll
|
|
||||||
csrsrv.dll
|
|
||||||
cufat.dll
|
|
||||||
d2d1.dll
|
|
||||||
d3d10.dll
|
|
||||||
d3d11.dll
|
|
||||||
d3d12.dll
|
|
||||||
d3d8thk.dll
|
|
||||||
d3d9.dll
|
|
||||||
d3dcompiler_37.dll
|
|
||||||
d3dcompiler_38.dll
|
|
||||||
d3dcompiler_39.dll
|
|
||||||
d3dcompiler_40.dll
|
|
||||||
d3dcompiler_41.dll
|
|
||||||
d3dcompiler_42.dll
|
|
||||||
d3dcompiler_43.dll
|
|
||||||
d3dcompiler_46.dll
|
|
||||||
d3dcompiler_47.dll
|
|
||||||
d3dcompiler.dll
|
|
||||||
d3dcsx_46.dll
|
|
||||||
d3dcsxd_43.dll
|
|
||||||
d3dx10_33.dll
|
|
||||||
d3dx10_34.dll
|
|
||||||
d3dx10_35.dll
|
|
||||||
d3dx10_36.dll
|
|
||||||
d3dx10_37.dll
|
|
||||||
d3dx10_38.dll
|
|
||||||
d3dx10_39.dll
|
|
||||||
d3dx10_40.dll
|
|
||||||
d3dx10_41.dll
|
|
||||||
d3dx10_42.dll
|
|
||||||
d3dx10_43.dll
|
|
||||||
d3dx11_42.dll
|
|
||||||
d3dx11_43.dll
|
|
||||||
d3dx9_24.dll
|
|
||||||
d3dx9_25.dll
|
|
||||||
d3dx9_26.dll
|
|
||||||
d3dx9_27.dll
|
|
||||||
d3dx9_28.dll
|
|
||||||
d3dx9_29.dll
|
|
||||||
d3dx9_30.dll
|
|
||||||
d3dx9_31.dll
|
|
||||||
d3dx9_32.dll
|
|
||||||
d3dx9_33.dll
|
|
||||||
d3dx9_34.dll
|
|
||||||
d3dx9_35.dll
|
|
||||||
d3dx9_36.dll
|
|
||||||
d3dx9_37.dll
|
|
||||||
d3dx9_38.dll
|
|
||||||
d3dx9_39.dll
|
|
||||||
d3dx9_40.dll
|
|
||||||
d3dx9_41.dll
|
|
||||||
d3dx9_42.dll
|
|
||||||
d3dx9_43.dll
|
|
||||||
d3dxof.dll
|
|
||||||
davclnt.dll
|
|
||||||
dbgeng.dll
|
|
||||||
dbghelp.dll
|
|
||||||
dbnetlib.dll
|
|
||||||
dbnmpntw.dll
|
|
||||||
dciman32.dll
|
|
||||||
dcomp.dll
|
|
||||||
ddraw.dll
|
|
||||||
devmgr.dll
|
|
||||||
devobj.dll
|
|
||||||
devrtl.dll
|
|
||||||
dhcpcsvc6.dll
|
|
||||||
dhcpcsvc.dll
|
|
||||||
dhcpsapi.dll
|
|
||||||
digest.dll
|
|
||||||
dimsntfy.dll
|
|
||||||
dimsroam.dll
|
|
||||||
dinput8.dll
|
|
||||||
dinput.dll
|
|
||||||
diskcopy.dll
|
|
||||||
dismapi.dll
|
|
||||||
dmconfig.dll
|
|
||||||
dmdskmgr.dll
|
|
||||||
dmivcitf.dll
|
|
||||||
dmutil.dll
|
|
||||||
dnsapi.dll
|
|
||||||
dnsrslvr.dll
|
|
||||||
dpapi.dll
|
|
||||||
dpnaddr.dll
|
|
||||||
dpnet.dll
|
|
||||||
dpnhupnp.dll
|
|
||||||
dpnlobby.dll
|
|
||||||
dpvoice.dll
|
|
||||||
drprov.dll
|
|
||||||
ds32gt.dll
|
|
||||||
dsauth.dll
|
|
||||||
dskquota.dll
|
|
||||||
dsound3d.dll
|
|
||||||
dsound.dll
|
|
||||||
dsprop.dll
|
|
||||||
dsquery.dll
|
|
||||||
dssec.dll
|
|
||||||
dssenh.dll
|
|
||||||
dsuiext.dll
|
|
||||||
duser.dll
|
|
||||||
dwmapi.dll
|
|
||||||
dwrite.dll
|
|
||||||
dxgi.dll
|
|
||||||
dxva2.dll
|
|
||||||
eappcfg.dll
|
|
||||||
eapphost.dll
|
|
||||||
eappprxy.dll
|
|
||||||
efsadu.dll
|
|
||||||
es.dll
|
|
||||||
esent.dll
|
|
||||||
esentprf.dll
|
|
||||||
eventlog.dll
|
|
||||||
evr.dll
|
|
||||||
exports.dll
|
|
||||||
exprfdll.dll
|
|
||||||
exstrace.dll
|
|
||||||
fastprox.dll
|
|
||||||
faultrep.dll
|
|
||||||
fcachdll.dll
|
|
||||||
fdeploy.dll
|
|
||||||
feclient.dll
|
|
||||||
filemgmt.dll
|
|
||||||
fldrclnr.dll
|
|
||||||
fltlib.dll
|
|
||||||
fmifs.dll
|
|
||||||
fontsub.dll
|
|
||||||
framedyn.dll
|
|
||||||
ftpctrs2.dll
|
|
||||||
ftpmib.dll
|
|
||||||
fwpuclnt.dll
|
|
||||||
fxsapi.dll
|
|
||||||
fxscfgwz.dll
|
|
||||||
fxsdrv.dll
|
|
||||||
fxsocm.dll
|
|
||||||
fxsperf.dll
|
|
||||||
fxsroute.dll
|
|
||||||
fxsst.dll
|
|
||||||
fxst30.dll
|
|
||||||
fxstiff.dll
|
|
||||||
fxsui.dll
|
|
||||||
fxswzrd.dll
|
|
||||||
gamemode.dll
|
|
||||||
gdi32.dll
|
|
||||||
gdiplus.dll
|
|
||||||
genericui.dll
|
|
||||||
getuname.dll
|
|
||||||
glmf32.dll
|
|
||||||
glu32.dll
|
|
||||||
gpedit.dll
|
|
||||||
gpkcsp.dll
|
|
||||||
gptext.dll
|
|
||||||
guitrn.dll
|
|
||||||
hal.dll
|
|
||||||
hbaapi.dll
|
|
||||||
hgfs.dll
|
|
||||||
hhctrl.ocx
|
|
||||||
hidclass.sys
|
|
||||||
hid.dll
|
|
||||||
hidparse.sys
|
|
||||||
hlink.dll
|
|
||||||
hmmapi.dll
|
|
||||||
hnetcfg.dll
|
|
||||||
hnetwiz.dll
|
|
||||||
hostmib.dll
|
|
||||||
hotplug.dll
|
|
||||||
htrn_jis.dll
|
|
||||||
httpapi.dll
|
|
||||||
httpext.dll
|
|
||||||
httpmib.dll
|
|
||||||
httpodbc.dll
|
|
||||||
htui.dll
|
|
||||||
hypertrm.dll
|
|
||||||
iashlpr.dll
|
|
||||||
iaspolcy.dll
|
|
||||||
iassam.dll
|
|
||||||
iassvcs.dll
|
|
||||||
icaapi.dll
|
|
||||||
icfgnt.dll
|
|
||||||
icm32.dll
|
|
||||||
icmp.dll
|
|
||||||
icmui.dll
|
|
||||||
icwconn.dll
|
|
||||||
icwdl.dll
|
|
||||||
icwphbk.dll
|
|
||||||
icwutil.dll
|
|
||||||
idq.dll
|
|
||||||
ieakeng.dll
|
|
||||||
iedkcs32.dll
|
|
||||||
iernonce.dll
|
|
||||||
iesetup.dll
|
|
||||||
igmpagnt.dll
|
|
||||||
iisadmin.dll
|
|
||||||
iiscfg.dll
|
|
||||||
iis.dll
|
|
||||||
iisprov.dll
|
|
||||||
iisrtl.dll
|
|
||||||
iisui.dll
|
|
||||||
iisutil.dll
|
|
||||||
imagehlp.dll
|
|
||||||
imedic.dll
|
|
||||||
imejpcus.dll
|
|
||||||
imeshare.dll
|
|
||||||
imeskdic.dll
|
|
||||||
imeskdic.dll
|
|
||||||
imgutil.dll
|
|
||||||
imjp81k.dll
|
|
||||||
imjputyc.dll
|
|
||||||
imm32.dll
|
|
||||||
imsinsnt.dll
|
|
||||||
inetcfg.dll
|
|
||||||
inetcomm.dll
|
|
||||||
inetmib1.dll
|
|
||||||
infoadmn.dll
|
|
||||||
infocomm.dll
|
|
||||||
infoctrs.dll
|
|
||||||
infosoft.dll
|
|
||||||
initpki.dll
|
|
||||||
input.dll
|
|
||||||
inseng.dll
|
|
||||||
iphlpapi.dll
|
|
||||||
ipmontr.dll
|
|
||||||
ipnathlp.dll
|
|
||||||
iprop.dll
|
|
||||||
iprtprio.dll
|
|
||||||
iprtrmgr.dll
|
|
||||||
ipsecspd.dll
|
|
||||||
ipxsap.dll
|
|
||||||
irclass.dll
|
|
||||||
isapitst.dll
|
|
||||||
isatq.dll
|
|
||||||
iscomlog.dll
|
|
||||||
iscsidsc.dll
|
|
||||||
isignup2.dll
|
|
||||||
iyuv_32.dll
|
|
||||||
jet500.dll
|
|
||||||
jsproxy.dll
|
|
||||||
kd1394.dll
|
|
||||||
kdcom.dll
|
|
||||||
kerberos.dll
|
|
||||||
kernel32.dll
|
|
||||||
keymgr.dll
|
|
||||||
ksecdd.sys
|
|
||||||
ks.sys
|
|
||||||
ksuser.dll
|
|
||||||
ktmw32.dll
|
|
||||||
linkinfo.dll
|
|
||||||
lmmib2.dll
|
|
||||||
loadperf.dll
|
|
||||||
localspl.dll
|
|
||||||
log.dll
|
|
||||||
loghours.dll
|
|
||||||
lonsint.dll
|
|
||||||
lpk.dll
|
|
||||||
lprhelp.dll
|
|
||||||
lsasrv.dll
|
|
||||||
lz32.dll
|
|
||||||
mag_hook.dll
|
|
||||||
mapi32.dll
|
|
||||||
mcastmib.dll
|
|
||||||
mcd32.dll
|
|
||||||
mcdsrv32.dll
|
|
||||||
mchgrcoi.dll
|
|
||||||
mciavi32.dll
|
|
||||||
mcicda.dll
|
|
||||||
mciole32.dll
|
|
||||||
mciqtz32.dll
|
|
||||||
mciseq.dll
|
|
||||||
mciwave.dll
|
|
||||||
mdminst.dll
|
|
||||||
mf3216.dll
|
|
||||||
mfc42.dll
|
|
||||||
mfc42u.dll
|
|
||||||
mfcore.dll
|
|
||||||
mf.dll
|
|
||||||
mfplat.dll
|
|
||||||
mfplay.dll
|
|
||||||
mfreadwrite.dll
|
|
||||||
mfsensorgroup.dll
|
|
||||||
mgmtapi.dll
|
|
||||||
midimap.dll
|
|
||||||
migism.dll
|
|
||||||
miglibnt.dll
|
|
||||||
mlang.dll
|
|
||||||
mll_hp.dll
|
|
||||||
mll_mtf.dll
|
|
||||||
mll_qic.dll
|
|
||||||
mmdevapi.dll
|
|
||||||
mmfutil.dll
|
|
||||||
mmutilse.dll
|
|
||||||
mobsync.dll
|
|
||||||
modemui.dll
|
|
||||||
mofd.dll
|
|
||||||
mprapi.dll
|
|
||||||
mprddm.dll
|
|
||||||
mpr.dll
|
|
||||||
mprui.dll
|
|
||||||
mqad.dll
|
|
||||||
mqcertui.dll
|
|
||||||
mqdscli.dll
|
|
||||||
mqise.dll
|
|
||||||
mqperf.dll
|
|
||||||
mqrtdep.dll
|
|
||||||
mqrt.dll
|
|
||||||
mqsec.dll
|
|
||||||
mqupgrd.dll
|
|
||||||
mqutil.dll
|
|
||||||
msacm32.dll
|
|
||||||
msadcs.dll
|
|
||||||
msado15.dll
|
|
||||||
msafd.dll
|
|
||||||
msasn1.dll
|
|
||||||
mscat32.dll
|
|
||||||
mscms.dll
|
|
||||||
msctf.dll
|
|
||||||
msdadiag.dll
|
|
||||||
msdart.dll
|
|
||||||
msdmo.dll
|
|
||||||
msdrm.dll
|
|
||||||
msdtclog.dll
|
|
||||||
msdtcprx.dll
|
|
||||||
msdtctm.dll
|
|
||||||
msdtcuiu.dll
|
|
||||||
msftedit.dll
|
|
||||||
msgina.dll
|
|
||||||
msgr3en.dll
|
|
||||||
msgsvc.dll
|
|
||||||
mshtml.dll
|
|
||||||
msi.dll
|
|
||||||
msimg32.dll
|
|
||||||
msimtf.dll
|
|
||||||
msir3jp.dll
|
|
||||||
msisip.dll
|
|
||||||
mslbui.dll
|
|
||||||
msls31.dll
|
|
||||||
msmqocm.dll
|
|
||||||
msobdl.dll
|
|
||||||
msobmain.dll
|
|
||||||
msoeacct.dll
|
|
||||||
msoe.dll
|
|
||||||
msoert2.dll
|
|
||||||
msoledbsql.dll
|
|
||||||
mspatcha.dll
|
|
||||||
msports.dll
|
|
||||||
msrating.dll
|
|
||||||
msrle32.dll
|
|
||||||
mssign32.dll
|
|
||||||
mssip32.dll
|
|
||||||
mstask.dll
|
|
||||||
mstlsapi.dll
|
|
||||||
msutb.dll
|
|
||||||
msv1_0.dll
|
|
||||||
msvcirt.dll
|
|
||||||
msvcp120_app.dll
|
|
||||||
msvcp60.dll
|
|
||||||
msvcr100.dll
|
|
||||||
msvcr110.dll
|
|
||||||
msvcr120_app.dll
|
|
||||||
msvcr120d.dll
|
|
||||||
msvcr120.dll
|
|
||||||
msvcr80.dll
|
|
||||||
msvcr90d.dll
|
|
||||||
msvcr90.dll
|
|
||||||
msvcrt.dll
|
|
||||||
msvfw32.dll
|
|
||||||
msvidc32.dll
|
|
||||||
msw3prt.dll
|
|
||||||
mswsock.dll
|
|
||||||
msyuv.dll
|
|
||||||
mtxclu.dll
|
|
||||||
mtxdm.dll
|
|
||||||
mtxex.dll
|
|
||||||
mtxoci.dll
|
|
||||||
mydocs.dll
|
|
||||||
ncobjapi.dll
|
|
||||||
ncrypt.dll
|
|
||||||
ncxp.dll
|
|
||||||
nddeapi.dll
|
|
||||||
nddenb32.dll
|
|
||||||
ndfapi.dll
|
|
||||||
ndisnpp.dll
|
|
||||||
ndis.sys
|
|
||||||
netapi32.dll
|
|
||||||
netcfgx.dll
|
|
||||||
netid.dll
|
|
||||||
netio.sys
|
|
||||||
netlogon.dll
|
|
||||||
netman.dll
|
|
||||||
netoc.dll
|
|
||||||
netplwiz.dll
|
|
||||||
netrap.dll
|
|
||||||
netshell.dll
|
|
||||||
netui0.dll
|
|
||||||
netui1.dll
|
|
||||||
netui2.dll
|
|
||||||
newdev.dll
|
|
||||||
nntpapi.dll
|
|
||||||
normaliz.dll
|
|
||||||
npptools.dll
|
|
||||||
nshipsec.dll
|
|
||||||
ntdll.dll
|
|
||||||
ntdsapi.dll
|
|
||||||
ntdsbcli.dll
|
|
||||||
ntdtcsetup.dll
|
|
||||||
ntlanman.dll
|
|
||||||
ntlanui.dll
|
|
||||||
ntlsapi.dll
|
|
||||||
ntmarta.dll
|
|
||||||
ntmsapi.dll
|
|
||||||
ntoc.dll
|
|
||||||
ntoskrnl.exe
|
|
||||||
ntprint.dll
|
|
||||||
ntshrui.dll
|
|
||||||
ntvdm64.dll
|
|
||||||
nwprovau.dll
|
|
||||||
oakley.dll
|
|
||||||
occache.dll
|
|
||||||
ocmanage.dll
|
|
||||||
ocmsn.dll
|
|
||||||
ocsbs.dll
|
|
||||||
odbc32.dll
|
|
||||||
odbc32gt.dll
|
|
||||||
odbcbcp.dll
|
|
||||||
odbcconf.dll
|
|
||||||
odbccp32.dll
|
|
||||||
odbccr32.dll
|
|
||||||
odbctrac.dll
|
|
||||||
oeimport.dll
|
|
||||||
oemiglib.dll
|
|
||||||
ole32.dll
|
|
||||||
oleacc.dll
|
|
||||||
oleaut32.dll
|
|
||||||
olecli32.dll
|
|
||||||
olecnv32.dll
|
|
||||||
oledb32.dll
|
|
||||||
oledlg.dll
|
|
||||||
olesvr32.dll
|
|
||||||
opends60.dll
|
|
||||||
opengl32.dll
|
|
||||||
osuninst.dll
|
|
||||||
p2pcollab.dll
|
|
||||||
p2p.dll
|
|
||||||
p2pgraph.dll
|
|
||||||
pautoenr.dll
|
|
||||||
pcwum.dll
|
|
||||||
pdh.dll
|
|
||||||
perfctrs.dll
|
|
||||||
perfdisk.dll
|
|
||||||
perfnet.dll
|
|
||||||
perfos.dll
|
|
||||||
perfproc.dll
|
|
||||||
perfts.dll
|
|
||||||
photowiz.dll
|
|
||||||
pidgen.dll
|
|
||||||
policman.dll
|
|
||||||
polstore.dll
|
|
||||||
powrprof.dll
|
|
||||||
printui.dll
|
|
||||||
prntvpt.dll
|
|
||||||
profmap.dll
|
|
||||||
proppage.dll
|
|
||||||
propsys.dll
|
|
||||||
ps5ui.dll
|
|
||||||
psapi.dll
|
|
||||||
psbase.dll
|
|
||||||
pschdprf.dll
|
|
||||||
pscript5.dll
|
|
||||||
pstorec.dll
|
|
||||||
pstorsvc.dll
|
|
||||||
qmgr.dll
|
|
||||||
qosname.dll
|
|
||||||
quartz.dll
|
|
||||||
query.dll
|
|
||||||
qutil.dll
|
|
||||||
qwave.dll
|
|
||||||
rasadhlp.dll
|
|
||||||
rasapi32.dll
|
|
||||||
rasauto.dll
|
|
||||||
raschap.dll
|
|
||||||
rasctrs.dll
|
|
||||||
rasdlg.dll
|
|
||||||
rasman.dll
|
|
||||||
rasmans.dll
|
|
||||||
rasmontr.dll
|
|
||||||
rasmxs.dll
|
|
||||||
rasppp.dll
|
|
||||||
rasrad.dll
|
|
||||||
rassapi.dll
|
|
||||||
rasser.dll
|
|
||||||
rastapi.dll
|
|
||||||
rastls.dll
|
|
||||||
rdpcfgex.dll
|
|
||||||
rdpsnd.dll
|
|
||||||
rdpwsx.dll
|
|
||||||
regapi.dll
|
|
||||||
regsvc.dll
|
|
||||||
resutils.dll
|
|
||||||
riched20.dll
|
|
||||||
rnr20.dll
|
|
||||||
routemsg.dll
|
|
||||||
routetab.dll
|
|
||||||
rpcdiag.dll
|
|
||||||
rpchttp.dll
|
|
||||||
rpcns4.dll
|
|
||||||
rpcref.dll
|
|
||||||
rpcrt4.dll
|
|
||||||
rpcss.dll
|
|
||||||
rsaenh.dll
|
|
||||||
rstrtmgr.dll
|
|
||||||
rtm.dll
|
|
||||||
rtutils.dll
|
|
||||||
samlib.dll
|
|
||||||
samsrv.dll
|
|
||||||
scarddlg.dll
|
|
||||||
sccbase.dll
|
|
||||||
scecli.dll
|
|
||||||
scesrv.dll
|
|
||||||
schannel.dll
|
|
||||||
schedsvc.dll
|
|
||||||
sclgntfy.dll
|
|
||||||
scredir.dll
|
|
||||||
script.dll
|
|
||||||
scrobj.dll
|
|
||||||
scrrun.dll
|
|
||||||
sdhcinst.dll
|
|
||||||
seclogon.dll
|
|
||||||
secur32.dll
|
|
||||||
security.dll
|
|
||||||
sensapi.dll
|
|
||||||
senscfg.dll
|
|
||||||
sens.dll
|
|
||||||
seo.dll
|
|
||||||
serialui.dll
|
|
||||||
serwvdrv.dll
|
|
||||||
setupapi.dll
|
|
||||||
setupqry.dll
|
|
||||||
sfc.dll
|
|
||||||
sfcfiles.dll
|
|
||||||
sfc_os.dll
|
|
||||||
sfmapi.dll
|
|
||||||
shcore.dll
|
|
||||||
shdocvw.dll
|
|
||||||
shell32.dll
|
|
||||||
shfolder.dll
|
|
||||||
shimeng.dll
|
|
||||||
shimgvw.dll
|
|
||||||
shlwapi.dll
|
|
||||||
shscrap.dll
|
|
||||||
shsvcs.dll
|
|
||||||
sigtab.dll
|
|
||||||
sisbkup.dll
|
|
||||||
skdll.dll
|
|
||||||
slbcsp.dll
|
|
||||||
slc.dll
|
|
||||||
slcext.dll
|
|
||||||
slwga.dll
|
|
||||||
smtpapi.dll
|
|
||||||
smtpctrs.dll
|
|
||||||
snapin.dll
|
|
||||||
snmpapi.dll
|
|
||||||
snmpelea.dll
|
|
||||||
snmpmib.exe
|
|
||||||
softpub.dll
|
|
||||||
spoolss.dll
|
|
||||||
sqlsrv32.dll
|
|
||||||
sqlxmlx.dll
|
|
||||||
srchctls.dll
|
|
||||||
srclient.dll
|
|
||||||
srrstr.dll
|
|
||||||
srvsvc.dll
|
|
||||||
ssdpapi.dll
|
|
||||||
ssinc.dll
|
|
||||||
sspicli.dll
|
|
||||||
staxmem.dll
|
|
||||||
sti_ci.dll
|
|
||||||
sti.dll
|
|
||||||
streamci.dll
|
|
||||||
strmfilt.dll
|
|
||||||
subauth.dll
|
|
||||||
svcpack.dll
|
|
||||||
sxs.dll
|
|
||||||
synceng.dll
|
|
||||||
syncui.dll
|
|
||||||
sysinv.dll
|
|
||||||
sysmod.dll
|
|
||||||
syssetup.dll
|
|
||||||
t2embed.dll
|
|
||||||
tapi32.dll
|
|
||||||
tapiperf.dll
|
|
||||||
tbs.dll
|
|
||||||
tcpmib.dll
|
|
||||||
tdh.dll
|
|
||||||
traffic.dll
|
|
||||||
tsappcmp.dll
|
|
||||||
tsbyuv.dll
|
|
||||||
tsd32.dll
|
|
||||||
tsoc.dll
|
|
||||||
txfw32.dll
|
|
||||||
ucrtbase.dll
|
|
||||||
ufat.dll
|
|
||||||
umandlg.dll
|
|
||||||
umdmxfrm.dll
|
|
||||||
umpnpmgr.dll
|
|
||||||
unidrv.dll
|
|
||||||
unidrvui.dll
|
|
||||||
uniime.dll
|
|
||||||
unimdmat.dll
|
|
||||||
uniplat.dll
|
|
||||||
untfs.dll
|
|
||||||
upnp.dll
|
|
||||||
upnpui.dll
|
|
||||||
urlauth.dll
|
|
||||||
url.dll
|
|
||||||
urlmon.dll
|
|
||||||
usbcamd2.sys
|
|
||||||
usbd.sys
|
|
||||||
usbport.sys
|
|
||||||
user32.dll
|
|
||||||
userenv.dll
|
|
||||||
usp10.dll
|
|
||||||
utildll.dll
|
|
||||||
uxtheme.dll
|
|
||||||
vcruntime140_app.dll
|
|
||||||
vdsutil.dll
|
|
||||||
verifier.dll
|
|
||||||
version.dll
|
|
||||||
vgx.dll
|
|
||||||
virtdisk.dll
|
|
||||||
vmx_mode.dll
|
|
||||||
vssapi.dll
|
|
||||||
w32time.dll
|
|
||||||
w32topl.dll
|
|
||||||
w3core.dll
|
|
||||||
w3ctrs.dll
|
|
||||||
w3dt.dll
|
|
||||||
w3isapi.dll
|
|
||||||
w3ssl.dll
|
|
||||||
w3tp.dll
|
|
||||||
wab32.dll
|
|
||||||
wabimp.dll
|
|
||||||
wamreg.dll
|
|
||||||
wbemcore.dll
|
|
||||||
wbemupgd.dll
|
|
||||||
wdigest.dll
|
|
||||||
wdmaud.drv
|
|
||||||
wdsclientapi.dll
|
|
||||||
wdsclient.dll
|
|
||||||
wdscore.dll
|
|
||||||
wdscsl.dll
|
|
||||||
wdsimage.dll
|
|
||||||
wdstptc.dll
|
|
||||||
wdsupgcompl.dll
|
|
||||||
wdsutil.dll
|
|
||||||
webauthn.dll
|
|
||||||
webcheck.dll
|
|
||||||
webclnt.dll
|
|
||||||
webhits.dll
|
|
||||||
websocket.dll
|
|
||||||
wecapi.dll
|
|
||||||
wer.dll
|
|
||||||
wevtapi.dll
|
|
||||||
wevtfwd.dll
|
|
||||||
wiadss.dll
|
|
||||||
wiarpc.dll
|
|
||||||
wiaservc.dll
|
|
||||||
wiashext.dll
|
|
||||||
wimgapi.dll
|
|
||||||
windowscodecs.dll
|
|
||||||
winfax.dll
|
|
||||||
winhttp.dll
|
|
||||||
winhvemulation.dll
|
|
||||||
winhvplatform.dll
|
|
||||||
wininet.dll
|
|
||||||
winipsec.dll
|
|
||||||
winmm.dll
|
|
||||||
winrnr.dll
|
|
||||||
winscard.dll
|
|
||||||
winspool.drv
|
|
||||||
winsrv.dll
|
|
||||||
winsta.dll
|
|
||||||
wintrust.dll
|
|
||||||
winusb.dll
|
|
||||||
wkssvc.dll
|
|
||||||
wlanapi.dll
|
|
||||||
wlanui.dll
|
|
||||||
wlanutil.dll
|
|
||||||
wldap32.dll
|
|
||||||
wlnotify.dll
|
|
||||||
wlstore.dll
|
|
||||||
wmi2xml.dll
|
|
||||||
wmiaprpl.dll
|
|
||||||
wmi.dll
|
|
||||||
wmilib.sys
|
|
||||||
wmiprop.dll
|
|
||||||
wmisvc.dll
|
|
||||||
wofutil.dll
|
|
||||||
wow64cpu.dll
|
|
||||||
wow64.dll
|
|
||||||
wow64mib.dll
|
|
||||||
wow64win.dll
|
|
||||||
wpd_ci.dll
|
|
||||||
ws2_32.dll
|
|
||||||
ws2help.dll
|
|
||||||
wscapi.dll
|
|
||||||
wscsvc.dll
|
|
||||||
wsdapi.dll
|
|
||||||
wshatm.dll
|
|
||||||
wshbth.dll
|
|
||||||
wslapi.dll
|
|
||||||
wsock32.dll
|
|
||||||
wtsapi32.dll
|
|
||||||
x3daudio1_2.dll
|
|
||||||
x3daudio1_3.dll
|
|
||||||
x3daudio1_4.dll
|
|
||||||
x3daudio1_5.dll
|
|
||||||
x3daudio1_6.dll
|
|
||||||
x3daudio1_7.dll
|
|
||||||
x3daudiod1_7.dll
|
|
||||||
xapofx1_0.dll
|
|
||||||
xapofx1_1.dll
|
|
||||||
xapofx1_2.dll
|
|
||||||
xapofx1_3.dll
|
|
||||||
xapofx1_4.dll
|
|
||||||
xapofx1_5.dll
|
|
||||||
xapofxd1_5.dll
|
|
||||||
xaudio2_8.dll
|
|
||||||
xinput1_1.dll
|
|
||||||
xinput1_2.dll
|
|
||||||
xinput1_3.dll
|
|
||||||
xinput1_4.dll
|
|
||||||
xinput9_1_0.dll
|
|
||||||
zoneoc.dll
|
|
Loading…
Reference in New Issue
Block a user