Regenerate standard-dlls
This commit is contained in:
parent
b9ffd1b6a5
commit
a723557d96
@ -6,8 +6,8 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: mingw-filesystem
|
||||
Version: 133
|
||||
Release: 2%{?dist}
|
||||
Version: 134
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW cross compiler base filesystem and environment
|
||||
|
||||
License: GPLv2+
|
||||
@ -39,7 +39,7 @@ Source19: ucrt64.attr
|
||||
Source20: standard-dlls-mingw32
|
||||
# (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
|
||||
Source21: standard-dlls-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-mingw32ucrt64
|
||||
# (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
|
||||
Source22: standard-dlls-ucrt64
|
||||
Source23: toolchain-mingw32.meson
|
||||
Source24: toolchain-mingw64.meson
|
||||
@ -439,6 +439,9 @@ echo ".so man1/pkgconf.1" > %{buildroot}%{_mandir}/man1/x86_64-w64-mingw32ucrt-p
|
||||
%dir %{_prefix}/lib/debug/%{_prefix}/x86_64-w64-mingw32ucrt
|
||||
|
||||
%changelog
|
||||
* Thu Apr 28 2022 Sandro Mani <manisandro@gmail.com> - 134-1
|
||||
- Regenerate standard-dlls
|
||||
|
||||
* Thu Feb 24 2022 Marc-André Lureau <marcandre.lureau@redhat.com> - 133-2
|
||||
- Fix ucrt64 toolchain filenames.
|
||||
|
||||
|
@ -25,7 +25,7 @@ for target in $targets; do
|
||||
for f in $dlls; do
|
||||
if [[ $f =~ .*$host_triplet.* ]]; then
|
||||
$OBJDUMP -p $f | grep 'DLL Name' | grep -Eio '[-._\+[:alnum:]]+\.dll' |
|
||||
grep -v 'api-ms-win' | tr '[:upper:]' '[:lower:]' |
|
||||
tr '[:upper:]' '[:lower:]' |
|
||||
sed "s/\(.*\)/$target(\1)/"
|
||||
dll_found=true
|
||||
fi
|
||||
|
@ -3,11 +3,177 @@ 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
|
||||
@ -30,7 +196,9 @@ cryptxml.dll
|
||||
cscapi.dll
|
||||
ctl3d32.dll
|
||||
d2d1.dll
|
||||
d3d10.dll
|
||||
d3d11.dll
|
||||
d3d12.dll
|
||||
d3d8.dll
|
||||
d3d9.dll
|
||||
d3dcompiler_37.dll
|
||||
@ -87,6 +255,7 @@ davclnt.dll
|
||||
davhlpr.dll
|
||||
dbgeng.dll
|
||||
dbghelp.dll
|
||||
dcomp.dll
|
||||
ddraw.dll
|
||||
devmgr.dll
|
||||
devobj.dll
|
||||
@ -97,8 +266,10 @@ dhcpcsvc.dll
|
||||
dhcpsapi.dll
|
||||
dinput8.dll
|
||||
dinput.dll
|
||||
dismapi.dll
|
||||
dlcapi.dll
|
||||
dnsapi.dll
|
||||
dpapi.dll
|
||||
dplayx.dll
|
||||
dpnaddr.dll
|
||||
dpnet.dll
|
||||
@ -120,7 +291,10 @@ elscore.dll
|
||||
esent.dll
|
||||
evr.dll
|
||||
faultrep.dll
|
||||
feclient.dll
|
||||
fontsub.dll
|
||||
fwpuclnt.dll
|
||||
gamemode.dll
|
||||
gdi32.dll
|
||||
gdiplus.dll
|
||||
genericui.dll
|
||||
@ -133,6 +307,7 @@ gpedit.dll
|
||||
gpscript.dll
|
||||
gptext.dll
|
||||
hal.dll
|
||||
hhctrl.ocx
|
||||
hidclass.sys
|
||||
hid.dll
|
||||
hidparse.sys
|
||||
@ -144,6 +319,7 @@ imm32.dll
|
||||
iphlpapi.dll
|
||||
iscsidsc.dll
|
||||
kernel32.dll
|
||||
ksecdd.sys
|
||||
ksproxy.ax
|
||||
ks.sys
|
||||
ksuser.dll
|
||||
@ -152,10 +328,15 @@ 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
|
||||
@ -168,15 +349,23 @@ 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
|
||||
@ -185,6 +374,7 @@ nddeapi.dll
|
||||
ndfapi.dll
|
||||
ndis.sys
|
||||
netapi32.dll
|
||||
netio.sys
|
||||
netjoin.dll
|
||||
netutils.dll
|
||||
newdev.dll
|
||||
@ -203,6 +393,7 @@ oledlg.dll
|
||||
olepro32.dll
|
||||
olesvr32.dll
|
||||
olethk32.dll
|
||||
opends60.dll
|
||||
opengl32.dll
|
||||
p2pcollab.dll
|
||||
p2p.dll
|
||||
@ -214,8 +405,11 @@ penwin32.dll
|
||||
pkpd32.dll
|
||||
polprocl.dll
|
||||
powrprof.dll
|
||||
prntvpt.dll
|
||||
propsys.dll
|
||||
psapi.dll
|
||||
quartz.dll
|
||||
query.dll
|
||||
qutil.dll
|
||||
qwave.dll
|
||||
rapi.dll
|
||||
@ -231,10 +425,13 @@ 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
|
||||
@ -252,8 +449,8 @@ tapi32.dll
|
||||
tbs.dll
|
||||
tdh.dll
|
||||
tdi.sys
|
||||
thirdpartyeapdispatcher.dll
|
||||
txfw32.dll
|
||||
ucrtbase.dll
|
||||
url.dll
|
||||
urlmon.dll
|
||||
usbcamd2.sys
|
||||
@ -264,13 +461,13 @@ user32.dll
|
||||
userenv.dll
|
||||
usp10.dll
|
||||
uxtheme.dll
|
||||
vcruntime140_app.dll
|
||||
vdmdbg.dll
|
||||
version.dll
|
||||
videoprt.sys
|
||||
virtdisk.dll
|
||||
vssapi.dll
|
||||
vss_ps.dll
|
||||
vsstrace.dll
|
||||
wdsclientapi.dll
|
||||
wdsclient.dll
|
||||
wdscore.dll
|
||||
@ -279,13 +476,17 @@ 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
|
||||
@ -300,6 +501,7 @@ wlanui.dll
|
||||
wlanutil.dll
|
||||
wldap32.dll
|
||||
wmilib.sys
|
||||
wofutil.dll
|
||||
wow32.dll
|
||||
ws2_32.dll
|
||||
wsdapi.dll
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
||||
standard-dlls-mingw64
|
987
standard-dlls-ucrt64
Normal file
987
standard-dlls-ucrt64
Normal file
@ -0,0 +1,987 @@
|
||||
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