Sweden-Number/dlls
Gabriel Ivăncescu 6393edb714 msctf: Clear the corresponding DocumentMgr pointers for Associated Focus Windows on destruction.
Fixes a regression introduced by d541087079.

AssociateFocus does not grab ownership of the Document Manager, but it does
return it in the "prev" output parameter with an increased refcount. So,
if the docmgr gets destroyed and AssociateFocus is called again, its "prev"
parameter will refer to freed memory. Windows sets it to NULL in such case.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48469
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-16 12:21:11 +01:00
..
acledit
aclui
activeds
actxprxy
adsiid
adsldp
adsldpc
advapi32 advapi32/tests: Remove some workarounds in Crypt* tests. 2020-01-10 18:41:48 +01:00
advpack
amsi
amstream strmbase: Get rid of the BaseInputPin typedef. 2019-11-20 09:09:08 +01:00
api-ms-win-appmodel-identity-l1-1-0
api-ms-win-appmodel-runtime-l1-1-1
api-ms-win-appmodel-runtime-l1-1-2
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-comm-l1-1-0
api-ms-win-core-console-l1-1-0
api-ms-win-core-console-l2-1-0
api-ms-win-core-crt-l1-1-0
api-ms-win-core-crt-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
api-ms-win-core-errorhandling-l1-1-3
api-ms-win-core-fibers-l1-1-0
api-ms-win-core-fibers-l1-1-1
api-ms-win-core-file-l1-1-0 kernel32: Fix spec entries for GetLongPathName(). 2020-01-07 22:26:08 +01:00
api-ms-win-core-file-l1-2-0 kernel32: Fix spec entries for GetLongPathName(). 2020-01-07 22:26:08 +01:00
api-ms-win-core-file-l1-2-1 kernel32: Fix spec entries for GetLongPathName(). 2020-01-07 22:26:08 +01:00
api-ms-win-core-file-l1-2-2
api-ms-win-core-file-l2-1-0
api-ms-win-core-file-l2-1-1
api-ms-win-core-file-l2-1-2
api-ms-win-core-handle-l1-1-0
api-ms-win-core-heap-l1-1-0
api-ms-win-core-heap-l1-2-0
api-ms-win-core-heap-l2-1-0
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-0
api-ms-win-core-io-l1-1-1 kernelbase: Implement GetOverlappedResultEx(). 2019-11-29 08:26:30 +01:00
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 kernel32: Fix some spec file entries. 2019-12-16 18:44:57 +01:00
api-ms-win-core-kernel32-private-l1-1-1
api-ms-win-core-largeinteger-l1-1-0
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-1
api-ms-win-core-libraryloader-l1-2-2
api-ms-win-core-localization-l1-1-0 api-ms-win-core-localization: Add spec entry for FindNLSString(). 2019-12-16 18:41:52 +01:00
api-ms-win-core-localization-l1-2-0 api-ms-win-core-localization: Add spec entry for FindNLSString(). 2019-12-16 18:41:52 +01:00
api-ms-win-core-localization-l1-2-1 api-ms-win-core-localization: Add spec entry for FindNLSString(). 2019-12-16 18:41:52 +01:00
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-obsolete-l1-3-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 kernel32: Forward OpenProcessToken() to kernelbase. 2019-12-16 19:22:26 +01:00
api-ms-win-core-processthreads-l1-1-1 kernel32: Forward OpenProcessToken() to kernelbase. 2019-12-16 19:22:26 +01:00
api-ms-win-core-processthreads-l1-1-2 kernel32: Forward OpenProcessToken() to kernelbase. 2019-12-16 19:22:26 +01:00
api-ms-win-core-processthreads-l1-1-3 kernel32: Implement higher level API to access thread description. 2019-11-26 16:33:55 +01:00
api-ms-win-core-processtopology-obsolete-l1-1-0
api-ms-win-core-profile-l1-1-0
api-ms-win-core-psapi-ansi-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 shlwapi: Fix spec entry for QISearch(). 2020-01-06 19:36:26 +01:00
api-ms-win-core-shlwapi-obsolete-l1-2-0 shlwapi: Fix spec entry for QISearch(). 2020-01-06 19:36:26 +01:00
api-ms-win-core-shutdown-l1-1-0
api-ms-win-core-sidebyside-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-stringansi-l1-1-0
api-ms-win-core-stringloader-l1-1-1
api-ms-win-core-synch-ansi-l1-1-0
api-ms-win-core-synch-l1-1-0
api-ms-win-core-synch-l1-2-0
api-ms-win-core-synch-l1-2-1
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-toolhelp-l1-1-0
api-ms-win-core-url-l1-1-0
api-ms-win-core-util-l1-1-0
api-ms-win-core-version-l1-1-0
api-ms-win-core-version-l1-1-1
api-ms-win-core-version-private-l1-1-0
api-ms-win-core-versionansi-l1-1-0
api-ms-win-core-windowserrorreporting-l1-1-0
api-ms-win-core-winrt-error-l1-1-0 combase: Add GetRestrictedErrorInfo and RoOriginateLanguageException stubs. 2020-01-07 22:26:08 +01:00
api-ms-win-core-winrt-error-l1-1-1 combase: Add GetRestrictedErrorInfo and RoOriginateLanguageException stubs. 2020-01-07 22:26:08 +01:00
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-winrt-string-l1-1-1
api-ms-win-core-wow64-l1-1-0
api-ms-win-core-wow64-l1-1-1
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
api-ms-win-crt-environment-l1-1-0
api-ms-win-crt-filesystem-l1-1-0
api-ms-win-crt-heap-l1-1-0
api-ms-win-crt-locale-l1-1-0
api-ms-win-crt-math-l1-1-0
api-ms-win-crt-multibyte-l1-1-0 msvcrt: Add _mbscspn_l implementation. 2019-10-28 19:19:33 +01:00
api-ms-win-crt-private-l1-1-0 ucrtbase: Add _o_fmod() and _o_fmodf(). 2020-01-10 18:40:47 +01:00
api-ms-win-crt-process-l1-1-0
api-ms-win-crt-runtime-l1-1-0
api-ms-win-crt-stdio-l1-1-0
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-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 kernelbase: Implement EqualDomainSid. 2019-11-12 22:05:58 +01:00
api-ms-win-downlevel-advapi32-l2-1-0
api-ms-win-downlevel-normaliz-l1-1-0
api-ms-win-downlevel-ole32-l1-1-0
api-ms-win-downlevel-shell32-l1-1-0
api-ms-win-downlevel-shlwapi-l1-1-0 shlwapi: Fix spec entry for QISearch(). 2020-01-06 19:36:26 +01:00
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 gdi32: Add D3DKMTSetVidPnSourceOwner and D3DKMTCheckVidPnExclusiveOwnership stubs. 2019-10-22 23:04:27 +02:00
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-legacy-l1-1-0
api-ms-win-eventing-provider-l1-1-0
api-ms-win-eventlog-legacy-l1-1-0
api-ms-win-gdi-dpiinfo-l1-1-0
api-ms-win-mm-joystick-l1-1-0
api-ms-win-mm-misc-l1-1-1
api-ms-win-mm-mme-l1-1-0
api-ms-win-mm-time-l1-1-0
api-ms-win-ntuser-dc-access-l1-1-0
api-ms-win-ntuser-rectangle-l1-1-0
api-ms-win-ntuser-sysparams-l1-1-0
api-ms-win-perf-legacy-l1-1-0
api-ms-win-power-base-l1-1-0
api-ms-win-power-setting-l1-1-0
api-ms-win-rtcore-ntuser-draw-l1-1-0
api-ms-win-rtcore-ntuser-private-l1-1-0
api-ms-win-rtcore-ntuser-private-l1-1-4
api-ms-win-rtcore-ntuser-window-l1-1-0
api-ms-win-rtcore-ntuser-winevent-l1-1-0
api-ms-win-rtcore-ntuser-wmpointer-l1-1-0
api-ms-win-rtcore-ntuser-wmpointer-l1-1-3
api-ms-win-security-activedirectoryclient-l1-1-0
api-ms-win-security-audit-l1-1-1
api-ms-win-security-base-l1-1-0 kernelbase: Implement EqualDomainSid. 2019-11-12 22:05:58 +01:00
api-ms-win-security-base-l1-2-0 kernelbase: Implement EqualDomainSid. 2019-11-12 22:05:58 +01:00
api-ms-win-security-base-private-l1-1-1
api-ms-win-security-credentials-l1-1-0
api-ms-win-security-cryptoapi-l1-1-0
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-0
api-ms-win-security-lsalookup-l2-1-1
api-ms-win-security-lsapolicy-l1-1-0
api-ms-win-security-provider-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-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-shcore-obsolete-l1-1-0
api-ms-win-shcore-scaling-l1-1-1 shcore: Add stub for GetScaleFactorForMonitor. 2019-11-25 20:47:43 +01:00
api-ms-win-shcore-stream-l1-1-0
api-ms-win-shcore-thread-l1-1-0
api-ms-win-shell-shellcom-l1-1-0
api-ms-win-shell-shellfolders-l1-1-0
apphelp
appwiz.cpl mshtml: Update to Wine Gecko 2.47.1. 2019-12-11 23:25:58 +01:00
atl atl: Fix a MSVC x64 printf warning. 2019-10-31 22:42:31 +01:00
atl80
atl90
atl100
atl110
atlthunk atlthunk: Add support for ARM64. 2019-10-29 13:15:35 +01:00
atmlib
authz
avicap32
avifil32
avifile.dll16
avrt
bcrypt bcrypt/tests: Add tests for BCRYPT_KDF_HASH. 2020-01-08 21:10:38 +01:00
bluetoothapis
browseui
bthprops.cpl
cabinet cabinet: Build with msvcrt. 2019-11-25 20:47:43 +01:00
capi2032
cards
cdosys
cfgmgr32
clusapi
combase ole32: Fix some spec file entries. 2020-01-08 22:45:09 +01:00
comcat
comctl32 comctl32/tests: Add some more ListView customdraw tests. 2020-01-14 12:37:07 +01:00
comdlg32 comdlg32/tests: Use GetTempPathA() instead of the current directory in test_extension(). 2020-01-15 22:03:36 +01:00
comm.drv16
commdlg.dll16
compobj.dll16
compstui
comsvcs comsvcs/tests: Remove traces from tests. 2019-11-11 12:45:23 +01:00
concrt140
connect
credui
crtdll
crypt32 crypt32: Fix a typo in comment. 2019-11-27 22:06:33 +01:00
cryptdlg
cryptdll
cryptext
cryptnet
cryptui
ctapi32
ctl3d.dll16
ctl3d32
ctl3dv2.dll16
d2d1 d2d1: Improve bitmap creation DPI handling. 2019-10-27 19:15:19 +01:00
d3d8 d3d8/tests: Use GetCursorInfo() directly. 2020-01-09 09:24:55 +01:00
d3d9 wined3d: Update a part of the texture if dirty regions are tracked. 2019-12-10 22:15:05 +01:00
d3d10 d3d10/tests: Add reflection test. 2019-11-14 21:05:59 +01:00
d3d10_1
d3d10core d3d: Revert test hacks that shouldn't have been committed. 2019-11-13 08:16:05 +01:00
d3d11 wined3d: Introduce WINED3D_BIND_INDIRECT_BUFFER. 2019-12-12 23:17:05 +01:00
d3d12
d3dcompiler_33
d3dcompiler_34
d3dcompiler_35
d3dcompiler_36
d3dcompiler_37
d3dcompiler_38
d3dcompiler_39
d3dcompiler_40
d3dcompiler_41
d3dcompiler_42
d3dcompiler_43 d3dcompiler/tests: Load the correct d3dcompiler DLL in the asm tests. 2020-01-03 21:40:59 +01:00
d3dcompiler_46
d3dcompiler_47 d3dcompiler/tests: Load d3dx9_36.dll dynamically. 2020-01-03 20:58:18 +01:00
d3dim
d3drm
d3dx9_24 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_25 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_26 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_27 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_28 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_29 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_30 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_31 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_32 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_33 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_34 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_35 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_36 d3dx9: Pass D3DCOMPILE_ENABLE_BACKWARDS_COMPATIBILITY when appropriate. 2020-01-14 19:04:57 +01:00
d3dx9_37 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_38 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_39 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_40 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_41 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_42 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx9_43 d3dx9: Fix some spec file entries. 2020-01-14 19:04:26 +01:00
d3dx10_33
d3dx10_34
d3dx10_35
d3dx10_36
d3dx10_37
d3dx10_38
d3dx10_39
d3dx10_40
d3dx10_41
d3dx10_42
d3dx10_43 d3dx10: Add D3DX10LoadTextureFromTexture() stub. 2019-11-06 16:02:03 +01:00
d3dx11_42 d3dx11: Add D3DX11SaveTextureToFileA/W() stub. 2019-11-06 16:02:09 +01:00
d3dx11_43 d3dx11: Add D3DX11SaveTextureToFileA/W() stub. 2019-11-06 16:02:09 +01:00
d3dxof
davclnt
dbgeng
dbghelp dbghelp: Look for .eh_fram if no .eh_frame is found. 2020-01-13 15:59:55 +01:00
dciman32
ddeml.dll16
ddraw ddraw: Update the primary stateblock in d3d_device7_MultiplyTransform(). 2019-12-06 22:30:23 +01:00
ddrawex
devenum
dhcpcsvc dhcpcsvc: Implement DhcpRequestParams. 2019-11-19 23:15:05 +01:00
dhtmled.ocx
difxapi
dinput dinput: Cap the buffer size to 20. 2020-01-13 19:41:02 +01:00
dinput8
dispdib.dll16
dispex
display.drv16
dmband dmband/tests: Use wide-char string literals. 2019-12-16 21:26:10 +01:00
dmcompos dmcompos/tests: Add Chord track GetParam/SetParam tests. 2019-12-26 21:56:04 +01:00
dmime dmime/tests: Destroy the performance on an error path (Valgrind). 2020-01-06 20:52:33 +01:00
dmloader dmloader: Release objects on error paths (Coverity). 2019-12-16 21:26:34 +01:00
dmoguids
dmscript dmscript: Use the debug functions provided by dmobject.[ch]. 2019-12-13 09:52:31 +01:00
dmstyle dmstyle: Avoid cloning the IStream in parse_style_form(). 2019-12-23 10:49:51 +01:00
dmsynth dmsynth: Use a wchar string literal instead of a temp variable. 2019-10-30 09:11:51 +01:00
dmusic dmusic: Use the debug functions provided by dmobject.[ch]. 2019-12-13 09:52:36 +01:00
dmusic32
dnsapi dnsapi: Increase buffer size to fix format-overflow warning. 2019-11-13 22:36:58 +01:00
dplay
dplayx
dpnaddr
dpnet
dpnhpast
dpnlobby
dpvoice
dpwsockx
drmclien
dsdmo dsdmo: Added dll. 2019-11-07 20:19:09 +01:00
dsound dsound/tests: Add media object query tests. 2019-11-08 23:38:28 +01:00
dsquery
dssenh dssenh/tests: Add keylength tests for enhanced and schannel providers. 2019-11-22 23:00:33 +01:00
dswave dswave/tests: Use wide-char string literals. 2019-12-16 21:26:29 +01:00
dwmapi
dwrite dwrite/tests: Add IsColorFont() tests. 2019-12-23 20:13:23 +01:00
dx8vb
dxdiagn include: Allow using debug.h in tests. 2019-12-17 16:55:15 +01:00
dxerr8 dxerr8: Fix the spelling of some error messages. 2019-11-28 20:45:46 +01:00
dxerr9
dxgi dxgi/tests: Fix a typo in ok() message. 2019-12-02 22:02:56 +01:00
dxguid
dxva2
esent
evr strmbase: Get rid of the BaseRendererFuncTable typedef. 2019-10-27 19:13:30 +01:00
explorerframe explorerframe/tests: Remove some failing tests. 2020-01-15 22:03:36 +01:00
ext-ms-win-authz-context-l1-1-0
ext-ms-win-domainjoin-netjoin-l1-1-0
ext-ms-win-dwmapi-ext-l1-1-0
ext-ms-win-gdi-dc-create-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-0
ext-ms-win-gdi-draw-l1-1-1
ext-ms-win-gdi-font-l1-1-0
ext-ms-win-gdi-font-l1-1-1
ext-ms-win-gdi-render-l1-1-0
ext-ms-win-kernel32-package-current-l1-1-0
ext-ms-win-kernel32-package-l1-1-1
ext-ms-win-ntuser-dialogbox-l1-1-0
ext-ms-win-ntuser-draw-l1-1-0
ext-ms-win-ntuser-gui-l1-1-0
ext-ms-win-ntuser-gui-l1-3-0
ext-ms-win-ntuser-keyboard-l1-3-0
ext-ms-win-ntuser-message-l1-1-0
ext-ms-win-ntuser-message-l1-1-1
ext-ms-win-ntuser-misc-l1-1-0
ext-ms-win-ntuser-misc-l1-2-0
ext-ms-win-ntuser-misc-l1-5-1
ext-ms-win-ntuser-mouse-l1-1-0
ext-ms-win-ntuser-private-l1-1-1
ext-ms-win-ntuser-private-l1-3-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-0
ext-ms-win-ntuser-window-l1-1-1
ext-ms-win-ntuser-window-l1-1-4
ext-ms-win-ntuser-windowclass-l1-1-0
ext-ms-win-ntuser-windowclass-l1-1-1
ext-ms-win-oleacc-l1-1-0
ext-ms-win-ras-rasapi32-l1-1-0
ext-ms-win-rtcore-gdi-devcaps-l1-1-0
ext-ms-win-rtcore-gdi-object-l1-1-0
ext-ms-win-rtcore-gdi-rgn-l1-1-0
ext-ms-win-rtcore-ntuser-cursor-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-dpi-l1-2-0
ext-ms-win-rtcore-ntuser-rawinput-l1-1-0
ext-ms-win-rtcore-ntuser-syscolors-l1-1-0
ext-ms-win-rtcore-ntuser-sysparams-l1-1-0
ext-ms-win-security-credui-l1-1-0
ext-ms-win-security-cryptui-l1-1-0
ext-ms-win-shell-comctl32-init-l1-1-0
ext-ms-win-shell-comdlg32-l1-1-0
ext-ms-win-shell-shell32-l1-2-0
ext-ms-win-uxtheme-themes-l1-1-0
faultrep faultrep/tests: Fix some memory leaks (Valgrind). 2019-11-01 21:06:31 +01:00
feclient
fltlib
fltmgr.sys
fntcache
fontsub
fusion
fwpuclnt
gameux gameux/tests: Get rid of registry value tests. 2019-10-27 19:33:47 +01:00
gdi.exe16
gdi32 gdi32: Fix some spec file entries. 2020-01-08 22:45:09 +01:00
gdiplus gdiplus: Check status as well before using bitmap. 2020-01-13 19:41:03 +01:00
glu32
gphoto2.ds
gpkcsp
hal
hhctrl.ocx
hid hid: Move preparsed data definition to global header. 2019-11-04 22:43:01 +01:00
hidclass.sys hid: Move preparsed data definition to global header. 2019-11-04 22:43:01 +01:00
hlink
hnetcfg
http.sys http.sys: Allow receiving entity body data. 2019-11-04 22:43:01 +01:00
httpapi httpapi/tests: Avoid depending on the availability of specific ports. 2020-01-13 15:59:06 +01:00
iccvid
icmp
ieframe ieframe/tests: Fix a typo in ok() message. 2019-12-12 23:17:05 +01:00
ieproxy
ifsmgr.vxd
imaadp32.acm
imagehlp
imm.dll16
imm32
inetcomm
inetcpl.cpl
inetmib1
infosoft
initpki
inkobj
inseng
iphlpapi iphlpapi: Implement some more IpStatistics on BSD. 2019-12-13 13:16:00 +01:00
iprop
irprops.cpl
itircl
itss
joy.cpl
jscript jscript/tests: Use wide char string literals in caller.c. 2020-01-15 22:03:36 +01:00
jsproxy
kerberos
kernel32 kernel32/tests: Skip instruction pointer check of the last exception in exception race tests. 2020-01-14 19:05:06 +01:00
kernelbase kernel32: Fix spec entries for GetLongPathName(). 2020-01-07 22:26:08 +01:00
keyboard.drv16
krnl386.exe16
ksecdd.sys
ksuser
ktmw32
l3codeca.acm
loadperf
localspl
localui
lz32
lzexpand.dll16
mapi32 mapi32: Fix some spec file entries. 2019-12-16 18:44:57 +01:00
mapistub
mciavi32
mcicda
mciqtz32
mciseq
mciwave
mf mf: Add MFCreateVideoRendererActivate(). 2019-11-04 22:43:01 +01:00
mf3216
mferror
mfmediaengine
mfplat mfplat/tests: Link dynamically to d3d11. 2020-01-02 19:16:02 +01:00
mfplay
mfreadwrite mfreadwrite/tests: Add some missing checks (Coverity). 2019-11-20 23:03:21 +01:00
mfuuid
mgmtapi
midimap
mlang
mmcndmgr
mmdevapi mmdevapi: Return E_INVALIDARG for invalid share mode argument. 2019-10-27 19:16:56 +01:00
mmdevldr.vxd
mmsystem.dll16
monodebg.vxd
mountmgr.sys mountmgr.sys: Use the ARRAY_SIZE() macro. 2019-12-11 21:51:28 +01:00
mouse.drv16
mp3dmod
mpr
mprapi
msacm.dll16
msacm32
msacm32.drv
msado15 msado15: Prevent multiple Open/Close of a _Recordset. 2019-12-13 21:01:59 +01:00
msadp32.acm
msasn1
mscat32
mscms
mscoree mscoree: Don't print FIXME for unused config file elements. 2020-01-13 19:41:03 +01:00
mscorwks
msctf msctf: Clear the corresponding DocumentMgr pointers for Associated Focus Windows on destruction. 2020-01-16 12:21:11 +01:00
msctfp
msdaps
msdelta
msdmo
msdrm
msftedit
msg711.acm
msgsm32.acm
mshtml mshtml/tests: Fix a typo. 2020-01-09 22:50:49 +01:00
mshtml.tlb
msi msi/tests: Avoid test failure when running as an unprivileged user. 2020-01-03 21:40:59 +01:00
msident
msimg32
msimsg
msimtf
msisip
msisys.ocx
msls31
msnet32
mspatcha
msports
msrle32 msrle32: Return expected flags from GetInfo. 2019-11-04 22:43:01 +01:00
msscript.ocx msscript.ocx/tests: Fix a typo. 2019-12-27 11:01:49 +01:00
mssign32
mssip32
mstask mstask/tests: Wait a bit longer for tasks to start and terminate. 2019-10-27 19:33:22 +01:00
msvcirt msvcirt/tests: Fix some signed char issues. 2019-10-31 12:32:34 +01:00
msvcm80
msvcm90
msvcp60
msvcp70
msvcp71
msvcp80
msvcp90
msvcp100
msvcp110
msvcp120 msvcp120/tests: Don't use const pointers to avoid compiler warnings. 2019-12-17 16:55:16 +01:00
msvcp120_app
msvcp140 msvcp140/tests: Test _Stat() against the actual permissions of the system directory. 2019-11-18 22:13:00 +01:00
msvcr70
msvcr71
msvcr80 msvcrt: Add _mbscspn_l implementation. 2019-10-28 19:19:33 +01:00
msvcr90 msvcr90/tests: Improve floats comparison in _atoflt tests. 2019-12-26 21:56:04 +01:00
msvcr100 msvcrt: Add _mbscspn_l implementation. 2019-10-28 19:19:33 +01:00
msvcr110 msvcrt: Add _mbscspn_l implementation. 2019-10-28 19:19:33 +01:00
msvcr120 msvcrt: Add _mbscspn_l implementation. 2019-10-28 19:19:33 +01:00
msvcr120_app
msvcrt msvcrt: Use unsigned comparisons in strcmp and strncmp. 2020-01-16 12:21:11 +01:00
msvcrt20 msvcrt: Only export __p__* functions on i386. 2019-12-23 20:13:23 +01:00
msvcrt40 msvcrt: Only export __p__* functions on i386. 2019-12-23 20:13:23 +01:00
msvcrtd
msvfw32
msvidc32
msvideo.dll16
mswsock
msxml
msxml2
msxml3 msxml3: Fix the spelling of some comments. 2019-12-12 23:17:05 +01:00
msxml4
msxml6
mtxdm
ncrypt
nddeapi
ndis.sys
netapi32 netapi32/tests: Fix the size passed to GetUserNameW() and GetComputerNameW() (Coverity). 2020-01-13 15:59:21 +01:00
netcfgx
netprofm
newdev
ninput
normaliz
npmshtml
npptools
ntdll ntdll/tests: Fix expected RtlIpv6StringToAddress terminator output. 2020-01-05 17:34:52 +01:00
ntdsapi
ntoskrnl.exe ntoskrnl: Add KeSetImportanceDpc stub. 2019-12-26 21:11:59 +01:00
ntprint
objsel
odbc32
odbcbcp odbcbcp: Add new stub dll. 2019-12-09 23:47:46 +01:00
odbccp32 odbccp32: Implement SQLConfigDataSource/W. 2019-12-06 10:44:43 +01:00
odbccu32
ole2.dll16
ole2conv.dll16
ole2disp.dll16
ole2nls.dll16
ole2prox.dll16
ole2thk.dll16
ole32 ole32: Fix some spec file entries. 2020-01-08 22:45:09 +01:00
oleacc
oleaut32 oleaut32/tests: Remove some workarounds for functions that are assumed to be available. 2020-01-08 21:12:05 +01:00
olecli.dll16
olecli32
oledb32 oledb32/tests: Fix a constant conversion warning. 2019-12-17 16:55:16 +01:00
oledlg
olepro32
olesvr.dll16
olesvr32
olethk32
opcservices opcservices: Build with msvcrt. 2019-11-25 20:47:43 +01:00
openal32
opencl opencl: Define CL_TARGET_OPENCL_VERSION 220 to fix a header warning. 2019-11-13 22:36:58 +01:00
opengl32 Update copyright info for 2020. 2020-01-01 14:26:39 +01:00
packager
pdh
photometadatahandler
pidgen
powrprof
printui
prntvpt
propsys propsys: Add a semi-stub for PSCreatePropertyStoreFromObject(). 2019-11-04 12:13:37 +01:00
psapi psapi/tests: Increase some timeouts. 2019-10-31 00:33:46 +01:00
pstorec
qcap strmbase: Get rid of the "vtbl" parameter to strmbase_sink_init(). 2019-12-13 09:57:00 +01:00
qedit qedit/samplegrabber: Fix a typo in format type negotiation. 2019-12-16 11:58:24 +01:00
qmgr qmgr/tests: Fix test failures on Windows XP. 2020-01-02 17:41:57 +01:00
qmgrprxy
quartz quartz/tests: Test video window parent's WM_DESTROY notification. 2020-01-15 10:31:38 +01:00
query
qwave
rasapi16.dll16
rasapi32
rasdlg
regapi
resutils
riched20 riched20/tests: Fix function names in two ok() messages. 2019-12-03 21:27:13 +01:00
riched32 riched32/tests: Avoid an unneeded strlen() call. 2019-12-10 20:59:19 +01:00
rpcrt4 rpcrt4/tests: Pass the default maximum call limit to RpcServerListen(). 2020-01-15 22:03:36 +01:00
rsabase
rsaenh rsaenh: A spelling fix in a comment. 2019-11-28 20:45:46 +01:00
rstrtmgr rstrtmgr: Add stubs RmAddFilter and RmRemoveFilter. 2019-10-28 18:35:37 +01:00
rtutils
samlib
sane.ds
sapi sapi: Implement ISpStream stub. 2019-12-02 22:02:56 +01:00
sas
scarddlg
sccbase
schannel schannel/tests: Use a more reliable method for detecting a wrong SECPKG_INTERFACE_VERSION. 2019-11-28 20:45:46 +01:00
schedsvc
scrobj scrobj/tests: Fix a typo. 2020-01-09 22:50:49 +01:00
scrrun scrrun/tests: Add test of lost trailing byte in unicode srteam. 2019-11-07 19:48:53 +01:00
scsiport.sys
secur32 secur32: Avoid compiler warning. 2019-12-06 22:30:23 +01:00
security
sensapi
serialui
setupapi setupapi/tests: Add test for IDF_CHECKFIRST and SetupPromptForDiskA/W. 2020-01-13 19:41:03 +01:00
setupx.dll16
sfc
sfc_os
shcore shcore: Add stub for GetScaleFactorForMonitor. 2019-11-25 20:47:43 +01:00
shdoclc
shdocvw
shell.dll16
shell32 shell32/tests: Use SHParseDisplayName() directly. 2020-01-09 09:24:29 +01:00
shfolder
shlwapi shlwapi: Fix spec entry for QISearch(). 2020-01-06 19:36:26 +01:00
slbcsp
slc
snmpapi
softpub
sound.drv16
spoolss
srclient
sspicli
stdole2.tlb
stdole32.tlb
sti
storage.dll16
stress.dll16
strmbase strmbase: Detach the window from the parent before destroying it. 2020-01-15 10:31:36 +01:00
strmdll
strmiids
svrapi
sxs
system.drv16
t2embed t2embed: Use a wchar string literal instead of a temp variable. 2019-10-30 09:12:02 +01:00
tapi32 tapi/tests: Add initial tests for lineInitialize. 2019-11-22 15:31:08 +01:00
taskschd
tdh
tdi.sys
toolhelp.dll16
traffic
twain.dll16
twain_32
typelib.dll16
tzres
ucrtbase ucrtbase/tests: Add tests for the various tolower() and toupper() variants. 2020-01-10 18:40:51 +01:00
uianimation uianimation: Remove duplicate WINAPI. 2019-12-02 22:02:56 +01:00
uiautomationcore
uiribbon
unicows
updspapi
url
urlmon urlmon/tests: Fix the spelling of a comment. 2019-12-13 09:58:57 +01:00
usbd.sys
user.exe16 user.exe16: Releasing DC does not disable it. 2020-01-13 16:09:15 +01:00
user32 user32/tests: Use device context layout functions directly. 2020-01-10 18:40:58 +01:00
userenv userenv/tests: Windows 10 1809 changed GetUserProfileDirectory(). 2019-11-22 23:01:13 +01:00
usp10 usp10: Fix the spelling of some comments. 2019-12-12 23:17:05 +01:00
utildll
uuid
uxtheme
vbscript vbscript/tests: Add missing checks for Close() calls (Coverity). 2020-01-03 21:40:59 +01:00
vcomp vcomp: Fix signed char issues. 2019-11-04 15:14:35 +01:00
vcomp90
vcomp100
vcomp110
vcomp120
vcomp140
vcruntime140
vdhcp.vxd
vdmdbg
ver.dll16
version
virtdisk
vmm.vxd
vnbt.vxd
vnetbios.vxd
vssapi
vtdapi.vxd
vulkan-1
vwin32.vxd
w32skrnl
w32sys.dll16
wbemdisp
wbemprox wbemprox: Use a terminated string in parse_resource. 2019-12-09 23:47:46 +01:00
wdscore
webservices webservices: Fix misplaced parenthesis. 2020-01-09 22:50:49 +01:00
wer
wevtapi
wiaservc
wimgapi
win32s16.dll16
win87em.dll16
winaspi.dll16
windebug.dll16
windowscodecs windowscodecs: Fix tiffformat test on current Windows 10. 2019-11-21 09:34:48 +01:00
windowscodecsext
winealsa.drv winealsa.drv: Increase buffer size to fix format-overflow warning. 2019-11-14 21:03:56 +01:00
wineandroid.drv wineandroid: Set the scan code prefix when necessary. 2019-12-02 22:02:56 +01:00
winebus.sys winebus: Fix DEVICE_RELATIONS content on device removal. 2019-11-12 22:05:58 +01:00
winecoreaudio.drv mmdevapi: Return E_INVALIDARG for invalid share mode argument. 2019-10-27 19:16:56 +01:00
winecrt0 winecrt0: Preserve last error when loading debug functions. 2019-12-20 10:34:07 +01:00
wined3d wined3d: Return FALSE rather than E_FAIL in wined3d_context_gl_create_wgl_ctx. 2020-01-03 21:40:59 +01:00
winegstreamer winegstreamer: Catch errors while waiting for pin connection. 2020-01-02 19:16:02 +01:00
winehid.sys
winejoystick.drv
winemac.drv winemac.drv: Support VK_EXT_metal_surface. 2019-12-18 20:54:37 +01:00
winemapi
wineoss.drv mmdevapi: Return E_INVALIDARG for invalid share mode argument. 2019-10-27 19:16:56 +01:00
wineps.drv wineps.drv: Avoid unneeded abbreviations in comments. 2019-12-12 23:17:05 +01:00
wineps16.drv16
winepulse.drv mmdevapi: Return E_INVALIDARG for invalid share mode argument. 2019-10-27 19:16:56 +01:00
wineqtdecoder strmbase: Get rid of the "vtbl" parameter to strmbase_sink_init(). 2019-12-13 09:57:00 +01:00
winevulkan winevulkan: Fix the spelling of an ERR() message. 2019-12-13 09:58:53 +01:00
winex11.drv winex11.drv: Don't confine the pointer to any window when just checking for active grab. 2020-01-15 22:03:30 +01:00
wing.dll16
wing32
winhttp winhttp/tests: Fix a test failure. 2020-01-09 22:50:49 +01:00
wininet wininet/tests: Fix test failures on Windows XP. 2020-01-09 22:50:49 +01:00
winmm winmm/tests: Fix a constant conversion warning. 2019-12-17 16:55:16 +01:00
winnls.dll16
winnls32
winscard
winsock.dll16
winspool.drv
winsta
wintab.dll16
wintab32 wintab32: Use 64-bit math in ScaleForContext. 2019-11-18 19:12:14 +01:00
wintrust wintrust/tests: Initialize cbStruct in the ObjectTrust tests. 2019-11-11 20:01:40 +01:00
winusb
wlanapi
wlanui
wldap32
wmasf
wmcodecdspuuid
wmi
wmiutils
wmp wmp/tests: Don't use round to avoid dependency on mingwex. 2020-01-09 09:24:22 +01:00
wmphoto
wmvcore wmvcore: Fix the spelling of WMReaderAdvanced6_SetProtectStreamSamples(). 2019-12-09 23:47:46 +01:00
wnaspi32
wow32
wpc
wpcap
ws2_32 server: Revert b4a1d80ae3 for now. 2020-01-06 22:19:19 +01:00
wsdapi
wshom.ocx
wsnmp32
wsock32
wtsapi32 wtsapi32: Make WTSRegisterSessionNotificationEx's return consistent with WTSRegisterSessionNotification. 2019-12-09 23:47:46 +01:00
wuapi
wuaueng
x3daudio1_0
x3daudio1_1
x3daudio1_2
x3daudio1_3
x3daudio1_4
x3daudio1_5
x3daudio1_6
x3daudio1_7
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 xinput: Get rid of redundant connected boolean. 2019-10-22 23:04:27 +02:00
xinput1_4
xinput9_1_0
xmllite xmllite: Update current pointer after reader_skipn call. 2019-11-07 14:09:36 +01:00
xolehlp
xpsprint
xpssvcs