[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    =?utf-8?q?winetricks_alldlls=3Dbuiltin_update_based_on_wine=2D2=2E7?=
From:       <wylda () volny ! cz>
Date:       2017-04-30 18:38:27
Message-ID: 20170430203827.57012AE2 () volny ! cz
[Download RAW message or body]

______________________________________________________________
> Od: Austin English <austinenglish@gmail.com>
> Komu: wylda@volny.cz
> Datum: 20.02.2017 07:07
> Předmět: Re: winetricks alldlls=builtin update based on wine-2.2
>
> CC: <wine-devel@winehq.org>
On Sun, Feb 19, 2017 at 7:51 AM,  <wylda@volny.cz> wrote:
 > Hi,
 > in case you find it useful...
 >
 > W.
 
 Hi Wylda,
 
 Please send a pull request to https://github.com/Winetricks/winetricks/
 
 -- 
 -Austin
 GPG: 14FB D7EA A041 937B

______________________________________________________________

Hi Austin,
i updated alldlls=builtin function for wine-2.7 and also fixed few things:
 - generates properly indentioned library list
 - removed nonsensical library names like "./dlls"
 - script generates override list matching 1:1 to wine-2.7 available list

Unfortunately i not able to create pull request in github even though
i have created github account right now. It's still grey out and i don't know
different way to upload a patch. Anyway is there a different way to get it in,
so i don't need to maintain locally? (spent whole day on this and i have
no plans to learn git "details" in near futures).

Best regards,
W.

["winetricks_2017-03-27-next_mod.patch" (text/x-diff)]

diff --git a/winetricks_2017-03-27-next b/winetricks_2017-03-27-next_mod
index 404b8e7..debf071 100755
--- a/winetricks_2017-03-27-next
+++ b/winetricks_2017-03-27-next_mod
@@ -1825,17 +1825,65 @@ w_override_all_dlls()
 {
     # Disable all known native Microsoft DLLs in favor of Wine's built-in ones
     # Generated with:
-    # find ~/wine-git/dlls -maxdepth 1 -type d -print | sed 's,.*/,,' | sort | fmt \
-50 | sed 's/$/ \\/' +    # find ./dlls -maxdepth 1 -type d ! -iname "*.dll16" ! \
-iname "*.drv*" ! -iname "*.ds" ! -iname "*.exe*" ! -iname "*.tlb" ! -iname "*.vxd" \
-print | sed \ +    #   -e '/^.*\/adsiid$/ d' \
+    #   -e '/^.*\/advapi32$/ d' \
+    #   -e '/^.*\/capi2032$/ d' \
+    #   -e '/^.*\/dbghelp$/ d' \
+    #   -e '/^.*\/ddraw$/ d' \
+    #   -e '/^.*\/dlls$/ d' \
+    #   -e '/^.*\/dxerr8$/ d' \
+    #   -e '/^.*\/dxerr9$/ d' \
+    #   -e '/^.*\/dxguid$/ d' \
+    #   -e '/^.*\/gdi32$/ d' \
+    #   -e '/^.*\/glu32$/ d' \
+    #   -e '/^.*\/icmp$/ d' \
+    #   -e '/^.*\/iphlpapi$/ d' \
+    #   -e '/^.*\/kernel32$/ d' \
+    #   -e '/^.*\/mountmgr.sys$/ d' \
+    #   -e '/^.*\/mswsock$/ d' \
+    #   -e '/^.*\/ntdll$/ d' \
+    #   -e '/^.*\/opengl32$/ d' \
+    #   -e '/^.*\/strmbase$/ d' \
+    #   -e '/^.*\/strmiids$/ d' \
+    #   -e '/^.*\/twain_32$/ d' \
+    #   -e '/^.*\/unicows$/ d' \
+    #   -e '/^.*\/user32$/ d' \
+    #   -e '/^.*\/uuid$/ d' \
+    #   -e '/^.*\/vdmdbg$/ d' \
+    #   -e '/^.*\/w32skrnl$/ d' \
+    #   -e '/^.*\/winecrt0$/ d' \
+    #   -e '/^.*\/wined3d$/ d' \
+    #   -e '/^.*\/winemp3.acm$/ d' \
+    #   -e '/^.*\/wineqtdecoder$/ d' \
+    #   -e '/^.*\/winmm$/ d' \
+    #   -e '/^.*\/wintab32$/ d' \
+    #   -e '/^.*\/wnaspi32$/ d' \
+    #   -e '/^.*\/wow32$/ d' \
+    #   -e '/^.*\/ws2_32$/ d' \
+    #   -e '/^.*\/wsock32$/ d' \
+    #   -e 's,.*/,        ,' | sort | fmt -63 | sed 's/$/ \\/'
     #
-    # 2015/09/28: Last list update
+    # 2017/04/30: Last list update (wine-2.7)
     w_override_dlls builtin \
-        acledit aclui activeds actxprxy adsiid advapi32 \
-        advpack amstream api-ms-win-core-com-l1-1-0 \
+        acledit aclui activeds actxprxy advpack \
+        amstream api-ms-win-appmodel-identity-l1-1-0 \
+        api-ms-win-appmodel-runtime-l1-1-1 \
+        api-ms-win-core-apiquery-l1-1-0 \
+        api-ms-win-core-appcompat-l1-1-1 \
+        api-ms-win-core-appinit-l1-1-0 \
+        api-ms-win-core-atoms-l1-1-0 \
+        api-ms-win-core-bem-l1-1-0 api-ms-win-core-com-l1-1-0 \
+        api-ms-win-core-com-l1-1-1 \
+        api-ms-win-core-com-private-l1-1-0 \
         api-ms-win-core-console-l1-1-0 \
+        api-ms-win-core-console-l2-1-0 \
         api-ms-win-core-datetime-l1-1-0 \
         api-ms-win-core-datetime-l1-1-1 \
         api-ms-win-core-debug-l1-1-0 \
         api-ms-win-core-debug-l1-1-1 \
+        api-ms-win-core-delayload-l1-1-0 \
+        api-ms-win-core-delayload-l1-1-1 \
         api-ms-win-core-errorhandling-l1-1-0 \
         api-ms-win-core-errorhandling-l1-1-1 \
         api-ms-win-core-errorhandling-l1-1-2 \
@@ -1843,6 +1891,7 @@ w_override_all_dlls()
         api-ms-win-core-fibers-l1-1-1 \
         api-ms-win-core-file-l1-1-0 \
         api-ms-win-core-file-l1-2-0 \
+        api-ms-win-core-file-l1-2-1 \
         api-ms-win-core-file-l2-1-0 \
         api-ms-win-core-file-l2-1-1 \
         api-ms-win-core-handle-l1-1-0 \
@@ -1851,19 +1900,33 @@ w_override_all_dlls()
         api-ms-win-core-heap-obsolete-l1-1-0 \
         api-ms-win-core-interlocked-l1-1-0 \
         api-ms-win-core-interlocked-l1-2-0 \
-        api-ms-win-core-io-l1-1-1 \
+        api-ms-win-core-io-l1-1-0 api-ms-win-core-io-l1-1-1 \
+        api-ms-win-core-job-l1-1-0 api-ms-win-core-job-l2-1-0 \
         api-ms-win-core-kernel32-legacy-l1-1-0 \
+        api-ms-win-core-kernel32-legacy-l1-1-1 \
+        api-ms-win-core-kernel32-private-l1-1-1 \
         api-ms-win-core-libraryloader-l1-1-0 \
         api-ms-win-core-libraryloader-l1-1-1 \
+        api-ms-win-core-libraryloader-l1-2-0 \
+        api-ms-win-core-libraryloader-l1-2-2 \
+        api-ms-win-core-localization-l1-1-0 \
         api-ms-win-core-localization-l1-2-0 \
         api-ms-win-core-localization-l1-2-1 \
+        api-ms-win-core-localization-l2-1-0 \
         api-ms-win-core-localization-obsolete-l1-1-0 \
+        api-ms-win-core-localization-obsolete-l1-2-0 \
+        api-ms-win-core-localization-private-l1-1-0 \
         api-ms-win-core-localregistry-l1-1-0 \
         api-ms-win-core-memory-l1-1-0 \
         api-ms-win-core-memory-l1-1-1 \
+        api-ms-win-core-memory-l1-1-2 \
         api-ms-win-core-misc-l1-1-0 \
         api-ms-win-core-namedpipe-l1-1-0 \
         api-ms-win-core-namedpipe-l1-2-0 \
+        api-ms-win-core-namespace-l1-1-0 \
+        api-ms-win-core-normalization-l1-1-0 \
+        api-ms-win-core-path-l1-1-0 \
+        api-ms-win-core-privateprofile-l1-1-1 \
         api-ms-win-core-processenvironment-l1-1-0 \
         api-ms-win-core-processenvironment-l1-2-0 \
         api-ms-win-core-processthreads-l1-1-0 \
@@ -1871,24 +1934,46 @@ w_override_all_dlls()
         api-ms-win-core-processthreads-l1-1-2 \
         api-ms-win-core-profile-l1-1-0 \
         api-ms-win-core-psapi-l1-1-0 \
+        api-ms-win-core-psapi-obsolete-l1-1-0 \
+        api-ms-win-core-quirks-l1-1-0 \
+        api-ms-win-core-realtime-l1-1-0 \
         api-ms-win-core-registry-l1-1-0 \
+        api-ms-win-core-registry-l2-1-0 \
+        api-ms-win-core-registryuserspecific-l1-1-0 \
         api-ms-win-core-rtlsupport-l1-1-0 \
         api-ms-win-core-rtlsupport-l1-2-0 \
         api-ms-win-core-shlwapi-legacy-l1-1-0 \
+        api-ms-win-core-shlwapi-obsolete-l1-1-0 \
+        api-ms-win-core-sidebyside-l1-1-0 \
+        api-ms-win-core-stringansi-l1-1-0 \
         api-ms-win-core-string-l1-1-0 \
+        api-ms-win-core-string-l2-1-0 \
+        api-ms-win-core-string-obsolete-l1-1-0 \
         api-ms-win-core-synch-l1-1-0 \
         api-ms-win-core-synch-l1-2-0 \
         api-ms-win-core-sysinfo-l1-1-0 \
         api-ms-win-core-sysinfo-l1-2-0 \
         api-ms-win-core-sysinfo-l1-2-1 \
+        api-ms-win-core-threadpool-l1-1-0 \
+        api-ms-win-core-threadpool-l1-2-0 \
         api-ms-win-core-threadpool-legacy-l1-1-0 \
+        api-ms-win-core-threadpool-private-l1-1-0 \
         api-ms-win-core-timezone-l1-1-0 \
-        api-ms-win-core-url-l1-1-0 \
-        api-ms-win-core-util-l1-1-0 \
+        api-ms-win-core-toolhelp-l1-1-0 \
+        api-ms-win-core-url-l1-1-0 api-ms-win-core-util-l1-1-0 \
+        api-ms-win-core-versionansi-l1-1-0 \
+        api-ms-win-core-version-l1-1-0 \
+        api-ms-win-core-version-private-l1-1-0 \
+        api-ms-win-core-windowserrorreporting-l1-1-0 \
         api-ms-win-core-winrt-error-l1-1-0 \
         api-ms-win-core-winrt-error-l1-1-1 \
+        api-ms-win-core-winrt-errorprivate-l1-1-1 \
         api-ms-win-core-winrt-l1-1-0 \
+        api-ms-win-core-winrt-registration-l1-1-0 \
+        api-ms-win-core-winrt-roparameterizediid-l1-1-0 \
         api-ms-win-core-winrt-string-l1-1-0 \
+        api-ms-win-core-wow64-l1-1-0 \
+        api-ms-win-core-xstate-l1-1-0 \
         api-ms-win-core-xstate-l2-1-0 \
         api-ms-win-crt-conio-l1-1-0 \
         api-ms-win-crt-convert-l1-1-0 \
@@ -1905,6 +1990,8 @@ w_override_all_dlls()
         api-ms-win-crt-string-l1-1-0 \
         api-ms-win-crt-time-l1-1-0 \
         api-ms-win-crt-utility-l1-1-0 \
+        api-ms-win-devices-config-l1-1-1 \
+        api-ms-win-devices-query-l1-1-1 \
         api-ms-win-downlevel-advapi32-l1-1-0 \
         api-ms-win-downlevel-advapi32-l2-1-0 \
         api-ms-win-downlevel-normaliz-l1-1-0 \
@@ -1914,114 +2001,126 @@ w_override_all_dlls()
         api-ms-win-downlevel-shlwapi-l2-1-0 \
         api-ms-win-downlevel-user32-l1-1-0 \
         api-ms-win-downlevel-version-l1-1-0 \
+        api-ms-win-dx-d3dkmt-l1-1-0 \
+        api-ms-win-eventing-classicprovider-l1-1-0 \
+        api-ms-win-eventing-consumer-l1-1-0 \
+        api-ms-win-eventing-controller-l1-1-0 \
         api-ms-win-eventing-provider-l1-1-0 \
+        api-ms-win-eventlog-legacy-l1-1-0 \
+        api-ms-win-mm-misc-l1-1-1 api-ms-win-mm-mme-l1-1-0 \
         api-ms-win-ntuser-dc-access-l1-1-0 \
+        api-ms-win-power-base-l1-1-0 \
+        api-ms-win-power-setting-l1-1-0 \
+        api-ms-win-rtcore-ntuser-private-l1-1-0 \
+        api-ms-win-security-audit-l1-1-1 \
         api-ms-win-security-base-l1-1-0 \
         api-ms-win-security-base-l1-2-0 \
+        api-ms-win-security-base-private-l1-1-1 \
+        api-ms-win-security-grouppolicy-l1-1-0 \
+        api-ms-win-security-lsalookup-l1-1-0 \
+        api-ms-win-security-lsalookup-l1-1-1 \
+        api-ms-win-security-lsalookup-l2-1-1 \
+        api-ms-win-security-lsapolicy-l1-1-0 \
         api-ms-win-security-sddl-l1-1-0 \
+        api-ms-win-security-systemfunctions-l1-1-0 \
+        api-ms-win-service-core-l1-1-0 \
         api-ms-win-service-core-l1-1-1 \
         api-ms-win-service-management-l1-1-0 \
-        api-ms-win-service-winsvc-l1-2-0 apphelp \
+        api-ms-win-service-management-l2-1-0 \
+        api-ms-win-service-private-l1-1-1 \
+        api-ms-win-service-winsvc-l1-1-0 \
+        api-ms-win-service-winsvc-l1-2-0 \
+        api-ms-win-shell-shellcom-l1-1-0 \
+        api-ms-win-shell-shellfolders-l1-1-0 apphelp \
         appwiz.cpl atl atl100 atl110 atl80 atl90 authz \
-        avicap32 avifil32 avifile.dll16 avrt bcrypt \
-        browseui cabinet capi2032 cards cfgmgr32 clusapi \
-        combase comcat comctl32 comdlg32 commdlg.dll16 \
-        comm.drv16 compobj.dll16 compstui comsvcs connect \
-        credui crtdll crypt32 cryptdlg cryptdll cryptext \
-        cryptnet cryptui ctapi32 ctl3d32 ctl3d.dll16 \
-        ctl3dv2.dll16 d2d1 d3d10 d3d10_1 d3d10core \
-        d3d11 d3d8 d3d9 d3dcompiler_33 d3dcompiler_34 \
-        d3dcompiler_35 d3dcompiler_36 d3dcompiler_37 \
-        d3dcompiler_38 d3dcompiler_39 d3dcompiler_40 \
-        d3dcompiler_41 d3dcompiler_42 d3dcompiler_43 \
-        d3dcompiler_46 d3dcompiler_47 d3dim d3drm \
-        d3dx10_33 d3dx10_34 d3dx10_35 d3dx10_36 d3dx10_37 \
-        d3dx10_38 d3dx10_39 d3dx10_40 d3dx10_41 d3dx10_42 \
-        d3dx10_43 d3dx11_42 d3dx11_43 d3dx9_24 d3dx9_25 \
-        d3dx9_26 d3dx9_27 d3dx9_28 d3dx9_29 d3dx9_30 \
-        d3dx9_31 d3dx9_32 d3dx9_33 d3dx9_34 d3dx9_35 \
-        d3dx9_36 d3dx9_37 d3dx9_38 d3dx9_39 d3dx9_40 \
-        d3dx9_41 d3dx9_42 d3dx9_43 d3dxof davclnt \
-        dbgeng dbghelp dciman32 ddeml.dll16 ddraw \
-        ddrawex devenum dhcpcsvc difxapi dinput \
-        dinput8 dispdib.dll16 dispex display.drv16 \
-        dlls dmband dmcompos dmime dmloader dmscript \
-        dmstyle dmsynth dmusic dmusic32 dnsapi dplay \
-        dplayx dpnaddr dpnet dpnhpast dpnlobby dpvoice \
-        dpwsockx drmclien dsound dssenh dswave dwmapi \
-        dwrite dxdiagn dxerr8 dxerr9 dxgi dxguid dxva2 \
-        evr explorerframe ext-ms-win-gdi-devcaps-l1-1-0 \
-        faultrep fltlib fntcache fontsub fusion fwpuclnt \
-        gameux gdi32 gdi.exe16 gdiplus glu32 gphoto2.ds \
-        gpkcsp hal hhctrl.ocx hid hidclass.sys hlink \
-        hnetcfg httpapi iccvid icmp ieframe ifsmgr.vxd \
-        imaadp32.acm imagehlp imm32 imm.dll16 inetcomm \
-        inetcpl.cpl inetmib1 infosoft initpki inkobj \
-        inseng iphlpapi itircl itss joy.cpl jscript \
-        jsproxy kernel32 keyboard.drv16 krnl386.exe16 \
-        ksuser ktmw32 loadperf localspl localui lz32 \
-        lzexpand.dll16 mapi32 mapistub mciavi32 mcicda \
-        mciqtz32 mciseq mciwave mf mfplat mfreadwrite \
-        mgmtapi midimap mlang mmcndmgr mmdevapi \
-        mmdevldr.vxd mmsystem.dll16 monodebg.vxd \
-        mountmgr.sys mouse.drv16 mpr mprapi msacm32 \
-        msacm32.drv msacm.dll16 msadp32.acm msasn1 \
-        mscat32 mscms mscoree msctf msctfp msdaps \
-        msdmo msftedit msg711.acm msgsm32.acm mshtml \
-        mshtml.tlb msi msident msimg32 msimsg msimtf \
-        msisip msisys.ocx msls31 msnet32 mspatcha msrle32 \
-        msscript.ocx mssign32 mssip32 mstask msvcirt \
-        msvcm80 msvcm90 msvcp100 msvcp110 msvcp120 \
-        msvcp120_app msvcp60 msvcp70 msvcp71 msvcp80 \
-        msvcp90 msvcr100 msvcr110 msvcr120 msvcr120_app \
-        msvcr70 msvcr71 msvcr80 msvcr90 msvcrt msvcrt20 \
-        msvcrt40 msvcrtd msvfw32 msvidc32 msvideo.dll16 \
-        mswsock msxml msxml2 msxml3 msxml4 msxml6 \
-        nddeapi ndis.sys netapi32 netcfgx netprofm \
-        newdev normaliz npmshtml npptools ntdll ntdsapi \
-        ntoskrnl.exe ntprint objsel odbc32 odbccp32 \
-        odbccu32 ole2conv.dll16 ole2disp.dll16 ole2.dll16 \
-        ole2nls.dll16 ole2prox.dll16 ole2thk.dll16 \
-        ole32 oleacc oleaut32 olecli32 olecli.dll16 \
-        oledb32 oledlg olepro32 olesvr32 olesvr.dll16 \
-        olethk32 openal32 opencl opengl32 packager pdh \
-        photometadatahandler pidgen powrprof printui \
-        prntvpt propsys psapi pstorec qcap qedit qmgr \
-        qmgrprxy quartz query rasapi16.dll16 rasapi32 \
-        rasdlg regapi resutils riched20 riched32 \
-        rpcrt4 rsabase rsaenh rstrtmgr rtutils \
-        samlib sane.ds scarddlg sccbase schannel \
-        schedsvc scrrun scsiport.sys secur32 security \
-        sensapi serialui setupapi setupx.dll16 sfc \
-        sfc_os shdoclc shdocvw shell32 shell.dll16 \
-        shfolder shlwapi slbcsp slc snmpapi softpub \
-        sound.drv16 spoolss stdole2.tlb stdole32.tlb \
-        sti storage.dll16 stress.dll16 strmbase strmiids \
-        svrapi sxs system.drv16 t2embed tapi32 taskschd \
-        toolhelp.dll16 traffic twain_32 twain.dll16 \
-        typelib.dll16 ucrtbase unicows updspapi url \
-        urlmon usbd.sys user32 userenv user.exe16 usp10 \
-        uuid uxtheme vbscript vcomp vcomp100 vcomp110 \
-        vcomp90 vdhcp.vxd vdmdbg ver.dll16 version \
-        vmm.vxd vnbt.vxd vnetbios.vxd vssapi vtdapi.vxd \
-        vwin32.vxd w32skrnl w32sys.dll16 wbemdisp \
-        wbemprox webservices wer wevtapi wiaservc \
-        win32s16.dll16 win87em.dll16 winaspi.dll16 \
-        windebug.dll16 windowscodecs windowscodecsext \
-        winealsa.drv winecoreaudio.drv winecrt0 wined3d \
-        winegstreamer winejoystick.drv winemac.drv \
-        winemapi winemp3.acm wineoss.drv wineps16.drv16 \
-        wineps.drv wineqtdecoder winex11.drv wing32 \
-        wing.dll16 winhttp wininet winmm winnls32 \
-        winnls.dll16 winscard winsock.dll16 winspool.drv \
-        winsta wintab32 wintab.dll16 wintrust wlanapi \
-        wldap32 wmi wmiutils wmp wmvcore wnaspi32 wow32 \
-        wpcap ws2_32 wshom.ocx wsnmp32 wsock32 wtsapi32 \
-        wuapi wuaueng x3daudio1_1 x3daudio1_2 x3daudio1_3 \
+        avicap32 avifil32 avrt bcrypt bluetoothapis browseui \
+        bthprops.cpl cabinet cards cfgmgr32 clusapi combase \
+        comcat comctl32 comdlg32 compstui comsvcs concrt140 \
+        connect credui crtdll crypt32 cryptdlg cryptdll \
+        cryptext cryptnet cryptui ctapi32 ctl3d32 d2d1 d3d10 \
+        d3d10_1 d3d10core d3d11 d3d8 d3d9 d3dcompiler_33 \
+        d3dcompiler_34 d3dcompiler_35 d3dcompiler_36 \
+        d3dcompiler_37 d3dcompiler_38 d3dcompiler_39 \
+        d3dcompiler_40 d3dcompiler_41 d3dcompiler_42 \
+        d3dcompiler_43 d3dcompiler_46 d3dcompiler_47 d3dim \
+        d3drm d3dx10_33 d3dx10_34 d3dx10_35 d3dx10_36 \
+        d3dx10_37 d3dx10_38 d3dx10_39 d3dx10_40 d3dx10_41 \
+        d3dx10_42 d3dx10_43 d3dx11_42 d3dx11_43 d3dx9_24 \
+        d3dx9_25 d3dx9_26 d3dx9_27 d3dx9_28 d3dx9_29 d3dx9_30 \
+        d3dx9_31 d3dx9_32 d3dx9_33 d3dx9_34 d3dx9_35 d3dx9_36 \
+        d3dx9_37 d3dx9_38 d3dx9_39 d3dx9_40 d3dx9_41 d3dx9_42 \
+        d3dx9_43 d3dxof davclnt dbgeng dciman32 ddrawex \
+        devenum dhcpcsvc difxapi dinput dinput8 dispex dmband \
+        dmcompos dmime dmloader dmscript dmstyle dmsynth \
+        dmusic dmusic32 dnsapi dplay dplayx dpnaddr dpnet \
+        dpnhpast dpnlobby dpvoice dpwsockx drmclien dsound \
+        dssenh dswave dwmapi dwrite dxdiagn dxgi dxva2 esent \
+        evr explorerframe ext-ms-win-domainjoin-netjoin-l1-1-0 \
+        ext-ms-win-gdi-dc-create-l1-1-1 \
+        ext-ms-win-gdi-dc-l1-2-0 ext-ms-win-gdi-devcaps-l1-1-0 \
+        ext-ms-win-gdi-draw-l1-1-1 \
+        ext-ms-win-gdi-render-l1-1-0 \
+        ext-ms-win-kernel32-package-current-l1-1-0 \
+        ext-ms-win-ntuser-message-l1-1-1 \
+        ext-ms-win-ntuser-private-l1-1-1 \
+        ext-ms-win-ntuser-rectangle-ext-l1-1-0 \
+        ext-ms-win-ntuser-uicontext-ext-l1-1-0 \
+        ext-ms-win-ntuser-window-l1-1-1 \
+        ext-ms-win-rtcore-gdi-object-l1-1-0 \
+        ext-ms-win-rtcore-gdi-rgn-l1-1-0 \
+        ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 \
+        ext-ms-win-rtcore-ntuser-dpi-l1-1-0 \
+        ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 faultrep \
+        fltlib fltmgr.sys fntcache fontsub fusion fwpuclnt \
+        gameux gdiplus gpkcsp hal hhctrl.ocx hid hidclass.sys \
+        hlink hnetcfg httpapi iccvid ieframe imaadp32.acm \
+        imagehlp imm32 inetcomm inetcpl.cpl inetmib1 infosoft \
+        initpki inkobj inseng iprop irprops.cpl itircl itss \
+        joy.cpl jscript jsproxy kernelbase ksuser ktmw32 \
+        loadperf localspl localui lz32 mapi32 mapistub \
+        mciavi32 mcicda mciqtz32 mciseq mciwave mf mf3216 \
+        mfplat mfreadwrite mgmtapi midimap mlang mmcndmgr \
+        mmdevapi mpr mprapi msacm32 msadp32.acm msasn1 \
+        mscat32 mscms mscoree msctf msctfp msdaps msdelta \
+        msdmo msdrm msftedit msg711.acm msgsm32.acm mshtml \
+        msi msident msimg32 msimsg msimtf msisip msisys.ocx \
+        msls31 msnet32 mspatcha msports msrle32 msscript.ocx \
+        mssign32 mssip32 mstask msvcirt msvcm80 msvcm90 \
+        msvcp100 msvcp110 msvcp120 msvcp120_app msvcp140 \
+        msvcp60 msvcp70 msvcp71 msvcp80 msvcp90 msvcr100 \
+        msvcr110 msvcr120 msvcr120_app msvcr70 msvcr71 msvcr80 \
+        msvcr90 msvcrt msvcrt20 msvcrt40 msvcrtd msvfw32 \
+        msvidc32 msxml msxml2 msxml3 msxml4 msxml6 mtxdm \
+        ncrypt nddeapi ndis.sys netapi32 netcfgx netprofm \
+        newdev normaliz npmshtml npptools ntdsapi ntprint \
+        objsel odbc32 odbccp32 odbccu32 ole32 oleacc oleaut32 \
+        olecli32 oledb32 oledlg olepro32 olesvr32 olethk32 \
+        openal32 opencl packager pdh photometadatahandler \
+        pidgen powrprof printui prntvpt propsys psapi pstorec \
+        qcap qedit qmgr qmgrprxy quartz query rasapi32 rasdlg \
+        regapi resutils riched20 riched32 rpcrt4 rsabase \
+        rsaenh rstrtmgr rtutils samlib scarddlg sccbase \
+        schannel schedsvc scrobj scrrun scsiport.sys secur32 \
+        security sensapi serialui setupapi sfc sfc_os shdoclc \
+        shdocvw shell32 shfolder shlwapi slbcsp slc snmpapi \
+        softpub spoolss sspicli sti svrapi sxs t2embed tapi32 \
+        taskschd tdi.sys traffic ucrtbase uiautomationcore \
+        updspapi url urlmon usbd.sys userenv usp10 uxtheme \
+        vbscript vcomp vcomp100 vcomp110 vcomp120 vcomp140 \
+        vcomp90 vcruntime140 version virtdisk vssapi \
+        wbemdisp wbemprox webservices wer wevtapi wiaservc \
+        wimgapi windowscodecs windowscodecsext winebus.sys \
+        winegstreamer winehid.sys winemapi wing32 winhttp \
+        wininet winnls32 winscard winsta wintrust winusb \
+        wlanapi wldap32 wmasf wmi wmiutils wmp wmvcore wpc \
+        wpcap wsdapi wshom.ocx wsnmp32 wtsapi32 wuapi wuaueng \
+        x3daudio1_0 x3daudio1_1 x3daudio1_2 x3daudio1_3 \
         x3daudio1_4 x3daudio1_5 x3daudio1_6 x3daudio1_7 \
-        xapofx1_1 xapofx1_3 xapofx1_4 xapofx1_5 xaudio2_7 \
-        xaudio2_8 xinput1_1 xinput1_2 xinput1_3 xinput1_4 \
-        xinput9_1_0 xmllite xolehlp xpsprint xpssvcs \
+        xapofx1_1 xapofx1_2 xapofx1_3 xapofx1_4 xapofx1_5 \
+        xaudio2_0 xaudio2_1 xaudio2_2 xaudio2_3 xaudio2_4 \
+        xaudio2_5 xaudio2_6 xaudio2_7 xaudio2_8 xaudio2_9 \
+        xinput1_1 xinput1_2 xinput1_3 xinput1_4 xinput9_1_0 \
+        xmllite xolehlp xpsprint xpssvcs \
 
         # blank line so you don't have to remove the extra trailing \
 }


[Attachment #4 (text/plain)]




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic