wine/dlls
Jinoh Kang bc854efd7c ntdll: Open application manifest files with FILE_SHARE_DELETE.
Today, RtlCreateActivationContext (CreateActCtxW) opens the source
manifest file via NtOpenFile without the FILE_SHARE_DELETE sharing mode.

This causes CreateActCtxW to fail if the source manifest file was
created with the FILE_DELETE_ON_CLOSE flag.  FILE_DELETE_ON_CLOSE is
often used for temporary files that should be automatically deleted
after use, even if the creator process crashes.

Fix this by specifying FILE_SHARE_DELETE for sharing mode when opening
the source manifest or module file.  This allows the source manifest or
module file to be marked as deleted while it is open.

Note that concurrent deletion is not an issue for the following reasons:

- The ability to read from an open file handle is unaffected by deletion
  of the corresponding file's name.

- RtlCreateActivationContext does not open the source manifest or module
  file by the given filename (lpSource) more than once.
2023-03-20 17:11:10 +01:00
..
acledit
aclui
activeds
activeds.tlb
actxprxy
adsldp adsldp/tests: Fix test failures. 2023-03-20 13:30:31 +01:00
adsldpc
advapi32 advapi32/tests: Skip some tests if the EventLog service crashed. 2023-03-17 19:32:00 +01:00
advpack
amsi
amstream
apisetschema apisetschema: Add ext-ms-win-networking-wlanapi-l1-1-0. 2023-02-16 10:36:14 +01:00
apphelp
appwiz.cpl appwiz: Fix memory leak on realloc failure in install_from_registered_dir (cppcheck). 2023-02-01 17:10:13 +01:00
atl atl: Fix memory leak on error path in do_process_root_key (scan-build). 2022-11-29 19:11:18 +01:00
atl80
atl90
atl100 atl100/tests: Trace GetLastError() when DeleteFile() fails. 2023-02-15 21:48:33 +01:00
atl110
atlthunk
atmlib
authz
avicap32 avicap32: Use the Unix call helpers. 2022-11-28 21:01:55 +01:00
avifil32
avifile.dll16
avrt
bcrypt bcrypt: Remove unused fields from struct key_asymmetric32. 2023-02-27 10:53:25 +01:00
bluetoothapis bluetoothapis: Add BluetoothUnregisterAuthentication stub. 2023-02-21 11:22:35 +01:00
browseui browseui: Use standard va_list instead of __ms_va_list. 2023-02-17 11:24:50 +01:00
bthprops.cpl bluetoothapis: Add BluetoothUnregisterAuthentication stub. 2023-02-21 11:22:35 +01:00
cabinet
capi2032 capi2032: Use the Unix call helpers. 2022-11-28 21:01:55 +01:00
cards
cdosys
cfgmgr32
clusapi
cng.sys
combase combase: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-07 17:46:14 +01:00
comcat
comctl32 comctl32/treeview: Ignore the lParam to WM_PRINTCLIENT and add tests. 2023-03-17 11:48:09 +01:00
comdlg32 comdlg32/tests: Fix itemdlg tests on Windows. 2023-03-13 21:31:55 +01:00
comm.drv16
commdlg.dll16 krnl386: Make MapLS argument non-const to avoid some compiler warnings. 2023-01-24 22:24:39 +01:00
compobj.dll16
compstui
comsvcs
concrt140 msvcr100: Implement missing_wait exception. 2022-12-08 18:41:25 +01:00
connect
credui
crtdll msvcr100: Implement exception passing from chore threads to _RunAndWait. 2022-12-08 18:41:25 +01:00
crypt32 crypt32/tests: Document fields in original test certificate. 2023-03-20 17:10:45 +01:00
cryptdlg
cryptdll
cryptext
cryptnet cryptnet: Also hash issuer cert for cache id. 2023-01-25 18:28:06 +01:00
cryptowinrt cryptowinrt/tests: Add IKeyCredentialManagerStatics::IsSupportedAsync() tests. 2023-02-23 17:30:29 +01:00
cryptsp
cryptui cryptui: Use standard va_list instead of __ms_va_list. 2023-02-17 11:25:33 +01:00
ctapi32 ctapi32: Use the Unix call helpers. 2022-11-28 21:01:55 +01:00
ctl3d.dll16
ctl3d32
ctl3dv2.dll16
d2d1 d2d1/tests: Fix memory leaks. 2023-01-06 13:39:45 +01:00
d3d8 d3d8/tests: Remove an unused call to IDirect3D8_GetAdapterDisplayMode(). 2023-03-14 18:34:34 +01:00
d3d8thk
d3d9 winex11: Separately store the internal pixel format set by WGL_WINE_pixel_format_passthrough. 2023-03-09 15:02:46 +01:00
d3d10 d3d10/effect: Add 'frc' instruction support for expressions. 2022-12-03 00:05:17 +01:00
d3d10_1
d3d10core wined3d: Use a string channel desc to initialize typed formats. 2023-01-24 18:17:41 +01:00
d3d11 d3d11: Get rid of the DXBC tag definitions. 2023-03-14 18:34:22 +01:00
d3d12 dxgi: Immediately error out when creating a D3D12 swapchain on a non-immediate queue. 2023-03-09 17:31:26 +01:00
d3d12core d3d12core: Add stub DLL. 2023-02-10 19:09:16 +01:00
d3dcompiler_33
d3dcompiler_34
d3dcompiler_35
d3dcompiler_36
d3dcompiler_37
d3dcompiler_38
d3dcompiler_39
d3dcompiler_40
d3dcompiler_41
d3dcompiler_42
d3dcompiler_43 d3dcompiler: Handle some newer D3D_BLOB_PART values in debug_d3dcompiler_d3d_blob_part(). 2023-03-14 21:00:19 +01:00
d3dcompiler_46
d3dcompiler_47
d3dim
d3dim700
d3drm
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: Partially implement D3DXFillCubeTextureTX(). 2023-01-27 13:39:48 +01:00
d3dx9_37
d3dx9_38
d3dx9_39
d3dx9_40
d3dx9_41
d3dx9_42
d3dx9_43
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
d3dxof
davclnt
dbgeng dbgeng: Use EnumProcessModulesEx(). 2023-02-15 21:48:33 +01:00
dbghelp dbghelp/tests: Use msinfo32.exe instead of notepad.exe. 2023-03-08 18:08:23 +01:00
dciman32
dcomp
ddeml.dll16
ddraw ddraw: Rename ddraw_surface_create_wined3d_texture() to ddraw_texture_init(). 2023-03-16 17:38:08 +01:00
ddrawex
devenum
dhcpcsvc
dhcpcsvc6
dhtmled.ocx
diasymreader
difxapi
dinput dinput/tests: Increase timeouts for waits not supposed to fail. 2023-03-16 17:36:59 +01:00
dinput8 dinput: Move dinput class implementation to dinput.c. 2023-01-25 18:31:03 +01:00
directmanipulation
dispdib.dll16
dispex
display.drv16
dmband dmband: Don't force a calling convention on internal functions. 2022-11-24 22:20:21 +01:00
dmcompos dmcompos: Return a valid pointer from ComposeSegmentFromTemplate(). 2022-12-19 11:10:28 +01:00
dmime dmime: Implement the IDirectMusicSegment8_Clone() method. 2022-12-19 11:10:28 +01:00
dmloader dmloader: Don't force a calling convention on internal functions. 2022-11-24 22:20:21 +01:00
dmscript dmscript: Don't force a calling convention on internal functions. 2022-11-24 22:20:21 +01:00
dmstyle dmstyle: Move a struct declaration to the file it is used in. 2022-11-30 20:38:27 +01:00
dmsynth dmsynth: Don't force a calling convention on internal functions. 2022-11-24 22:20:21 +01:00
dmusic dmusic: Don't force a calling convention on internal functions. 2022-11-24 22:20:21 +01:00
dmusic32
dnsapi dnsapi: Use the Unix call helpers. 2022-11-28 21:01:55 +01:00
dplay
dplayx dplayx/tests: Skip tests when the dll is missing. 2023-01-26 22:05:13 +01:00
dpnaddr
dpnet dpnet/tests: Fix the unexpected async handle traces. 2023-02-14 20:57:09 +01:00
dpnhpast
dpnhupnp
dpnlobby
dpvoice
dpwsockx
drmclien
dsdmo
dsound dsound: Use CRT functions for memory allocation. 2023-02-28 15:07:54 +01:00
dsquery
dssenh
dsuiext
dswave dswave: Don't force a calling convention on internal functions. 2022-12-14 18:30:41 +01:00
dwmapi dwmapi: Fill qpcVBlank in DwmGetCompositionTimingInfo(). 2023-01-10 08:40:46 +01:00
dwrite dwrite: Pass correct font key when adding glyph to cache. 2023-03-01 21:39:30 +01:00
dx8vb
dxdiagn dxdiagn: Use standard va_list instead of __ms_va_list. 2023-02-17 11:25:45 +01:00
dxgi dxgi/tests: Test nested SetFullscreenState from the same thread. 2023-03-10 09:49:32 +01:00
dxtrans
dxva2
esent
evr evr: Fix crash when clearing input type for the mixer. 2023-02-24 22:23:12 +01:00
explorerframe
faultrep
feclient
fltlib
fltmgr.sys
fntcache
fontsub
fusion
fwpuclnt
gameux
gamingtcui
gdi.exe16 gdi.exe: Consistently use %I printf format for ULONG_PTR values. 2022-12-09 17:52:25 +01:00
gdi32 gdi32: Improve EMR_CREATEDIBPATTERNBRUSHPT playback. 2023-03-09 18:11:28 +01:00
gdiplus gdiplus: Use transparency instead of background color if transparent color flag is set in GIF GCE. 2023-03-06 11:09:39 +01:00
glu32 opengl32: Fix GLdouble type alignment on the Unix side. 2022-12-06 13:44:34 +01:00
gphoto2.ds gphoto2.ds: Use the Unix call helpers. 2022-11-28 21:01:55 +01:00
gpkcsp
hal
hhctrl.ocx hhctrl: Handle memory allocation failure in SearchCHM_File (cppcheck). 2023-01-24 22:13:18 +01:00
hid hidp: Allow match all usages on specific functions only. 2023-01-25 10:16:52 +01:00
hidclass.sys hidclass.sys: Make sure a desktop is created for the driver process. 2022-12-19 19:27:09 +01:00
hidparse.sys hidparse.sys: Fix incorrect HID STRING_INDEX tag value. 2022-11-21 21:21:20 +01:00
hlink
hnetcfg
http.sys http: Avoid calling RtlInitUnicodeString on a constant. 2023-02-10 19:09:16 +01:00
httpapi httpapi: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-08 21:31:10 +01:00
ia2comproxy
iccvid
icmp
ieframe ieframe/tests: Relax session count test. 2023-01-26 22:05:13 +01:00
ieproxy
ifsmgr.vxd
imaadp32.acm
imagehlp
imm.dll16
imm32 imm32/tests: Test basic ImmEnumInputContext usage. 2023-03-16 14:09:47 +01:00
inetcomm inetcomm: Fix memory leak on realloc failure in copy_headers_to_buf (cppcheck). 2023-01-24 22:13:48 +01:00
inetcpl.cpl
inetmib1
infosoft
initpki
inkobj
inseng
iphlpapi iphlpapi: Set Ipv4Enabled and Ipv6Enabled flags accordingly. 2023-01-19 16:04:06 +01:00
iprop
ir50_32 ir50_32: Handle 24-bit output media type. 2023-03-06 11:18:53 +01:00
irprops.cpl bluetoothapis: Add BluetoothUnregisterAuthentication stub. 2023-02-21 11:22:35 +01:00
itircl
itss
joy.cpl joy.cpl: Use the DIJOYSTATE2 user data format to support more buttons. 2023-02-13 17:02:45 +01:00
jscript jscript: Fix jsstr leak after changing variant type to BSTR. 2023-03-13 22:07:14 +01:00
jsproxy jsproxy/tests: Add more tests for InternetGetProxyInfo()'s length parameter. 2023-02-20 08:38:26 +01:00
kerberos kerberos: Use the Unix call helpers. 2022-11-25 10:12:17 +01:00
kernel32 ntdll: Open application manifest files with FILE_SHARE_DELETE. 2023-03-20 17:11:10 +01:00
kernelbase kernelbase: Also call NtOpenKeyEx() on empty key names. 2023-03-17 14:12:33 +01:00
keyboard.drv16
krnl386.exe16 krnl386: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-15 19:55:12 +01:00
ksecdd.sys
ksproxy.ax
ksuser
ktmw32 ktmw32: Use syscall interface for transaction objects stubs. 2023-01-26 22:05:13 +01:00
l3codeca.acm
light.msstyles light.msstyles: Add nonclient metrics. 2023-03-15 17:43:46 +01:00
loadperf
localspl localspl: Ignore an empty output string. 2023-02-21 18:43:45 +01:00
localui
lz32
lzexpand.dll16
mapi32
mapistub
mciavi32
mcicda
mciqtz32
mciseq
mciwave
mf mf/tests: Test output data for WMV decoder DMO. 2023-02-22 18:06:42 +01:00
mf3216
mferror
mfmediaengine mfmediaengine: Pause the session in media_engine_Pause. 2022-12-21 18:24:38 +01:00
mfplat winegstreamer/media_source: Close bytestream in ::Shutdown. 2023-03-14 18:38:31 +01:00
mfplay mfplay/tests: Add tests for MF_SD_LANGUAGE. 2023-01-24 18:19:12 +01:00
mfreadwrite mfreadwrite/reader: Release device manager in source_reader_release. 2023-03-01 21:39:30 +01:00
mfsrcsnk mfsrcsnk: Add missing DllGetClassObject() export. 2023-02-17 11:18:01 +01:00
mgmtapi
midimap
mlang
mmcndmgr
mmdevapi mmdevapi: Move test_connect handling into mmdevapi. 2023-03-06 11:18:16 +01:00
mmdevldr.vxd
mmsystem.dll16 mmsystem: Consistently use %I printf format for ULONG_PTR values. 2022-12-09 17:52:25 +01:00
monodebg.vxd
mountmgr.sys mountmgr: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-13 15:53:44 +01:00
mouse.drv16
mp3dmod
mpr
mprapi
msacm.dll16 msacm: Consistently use %I printf format for ULONG_PTR values. 2022-12-09 17:52:25 +01:00
msacm32
msacm32.drv
msado15 msado15: Fix the spelling of a comment. 2023-03-07 17:25:08 +01:00
msadp32.acm
msasn1
msauddecmft msauddecmft: Add stub dll. 2023-01-27 13:39:06 +01:00
mscat32
mscms
mscoree mscoree/tests: Trace the GetExitCodeProcess() error before it gets lost. 2023-02-27 20:17:30 +01:00
mscorwks
msctf
msctfmonitor
msctfp
msdaps
msdasql msdasql: Use SQLColAttributesW to fetch statement attributes. 2023-02-17 11:19:20 +01:00
msdelta
msdmo
msdrm
msftedit
msg711.acm
msgsm32.acm
mshtml mshtml: Use already available window local variable in refresh task. 2023-03-09 17:31:26 +01:00
mshtml.tlb
msi msi: Annotate memory allocation functions with __WINE_(DEALLOC|MALLOC). 2023-02-08 21:32:06 +01:00
msident
msimg32
msimsg
msimtf
msisip
msisys.ocx
msls31
msmpeg2vdec msmpeg2vdec: Add stub dll. 2023-01-27 13:39:06 +01:00
msnet32
mspatcha
msports
msrle32
msscript.ocx
mssign32
mssip32
mstask mstask: Don't assume a ONCE trigger is on the current day. 2022-12-05 20:04:54 +01:00
msv1_0 msv1_0: Avoid double free when SpInitLsaModeContext fails. 2023-01-13 16:31:45 +01:00
msvcirt msvcirt: Fix ostream_print_char on 0 character. 2023-01-06 13:39:45 +01:00
msvcm80
msvcm90
msvcp60
msvcp70 msvcp70: Update spec file. 2022-12-08 20:32:10 +01:00
msvcp71
msvcp80
msvcp90
msvcp100
msvcp110
msvcp120
msvcp120_app
msvcp140
msvcp140_1
msvcp140_2
msvcp140_atomic_wait
msvcp_win
msvcr70 msvcr100: Implement exception passing from chore threads to _RunAndWait. 2022-12-08 18:41:25 +01:00
msvcr71 msvcr100: Implement exception passing from chore threads to _RunAndWait. 2022-12-08 18:41:25 +01:00
msvcr80 msvcrt: Fix _wdupenv_s behavior with missing env var. 2023-02-23 17:27:29 +01:00
msvcr90 msvcr100: Implement exception passing from chore threads to _RunAndWait. 2022-12-08 18:41:25 +01:00
msvcr100 msvcr100: Implement missing_wait exception. 2022-12-08 18:41:25 +01:00
msvcr110 msvcr100: Implement missing_wait exception. 2022-12-08 18:41:25 +01:00
msvcr120 msvcr100: Implement missing_wait exception. 2022-12-08 18:41:25 +01:00
msvcr120_app msvcr100: Implement missing_wait exception. 2022-12-08 18:41:25 +01:00
msvcrt msvcrt: Fix _wdupenv_s behavior with missing env var. 2023-02-23 17:27:29 +01:00
msvcrt20
msvcrt40
msvcrtd msvcr100: Implement exception passing from chore threads to _RunAndWait. 2022-12-08 18:41:25 +01:00
msvfw32
msvidc32
msvideo.dll16 msvideo: Consistently use %I printf format for ULONG_PTR values. 2022-12-09 17:52:25 +01:00
mswsock
msxml
msxml2
msxml3 msxml3: Use standard C functions for memory allocation in saxreader.c. 2022-11-21 15:36:02 +01:00
msxml4
msxml6
mtxdm
ncrypt ncrypt: Implement NCryptSignHash(). 2022-12-06 17:04:50 +01:00
nddeapi
ndis.sys
netapi32 netapi32: Use the Unix call helpers. 2022-11-28 21:01:55 +01:00
netcfgx
netio.sys
netprofm
netutils
newdev
ninput
normaliz
npmshtml
npptools
nsi nsi: Add some margin to the tables size in NsiAllocateAndGetTable(). 2023-01-19 19:17:27 +01:00
nsiproxy.sys nsiproxy: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-07 17:46:18 +01:00
ntdll ntdll: Open application manifest files with FILE_SHARE_DELETE. 2023-03-20 17:11:10 +01:00
ntdsapi
ntoskrnl.exe ntoskrnl.exe/tests: Add Driver Object Extension Tests. 2023-03-02 20:10:46 +01:00
ntprint
objsel
odbc32 odbc32: Use the Unix call helpers. 2022-11-25 10:13:24 +01:00
odbcbcp
odbccp32 odbccp32: Append DLL path when loading driver. 2023-02-07 21:58:31 +01:00
odbccu32
ole2.dll16
ole2conv.dll16
ole2disp.dll16
ole2nls.dll16
ole2prox.dll16
ole2thk.dll16
ole32 ole32: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-08 17:32:30 +01:00
oleacc
oleaut32 oleaut32: Allocate a full pointer when unmarshalling byref arrays. 2023-02-27 10:59:19 +01:00
olecli.dll16
olecli32
oledb32 oledb32/tests: Avoid use-after-free and unused assignment. 2023-01-25 18:31:03 +01:00
oledlg oledlg: Use standard va_list instead of __ms_va_list. 2023-02-17 11:26:38 +01:00
olepro32
olesvr.dll16
olesvr32
olethk32
opcservices
opencl opencl: Use the Unix call helpers. 2022-11-25 10:14:03 +01:00
opengl32 opengl32: Fix missing conversion of glUnmapNamedBuffer_params from 32bit to 64bit. 2023-03-10 09:49:38 +01:00
packager
pdh pdh/tests: Add PdhVbGetDoubleCounterValue() tests. 2023-03-08 17:49:00 +01:00
photometadatahandler
pidgen
powrprof
printui
prntvpt
propsys propsys: Add InitPropVariantFromStringVector(). 2023-01-26 22:05:13 +01:00
psapi psapi/tests: Use msinfo32.exe instead of notepad.exe. 2023-03-08 18:08:16 +01:00
pstorec
pwrshplugin
qasf Revert "qasf: Register ASF Reader filter media type." 2022-12-21 21:18:38 +01:00
qcap qcap: Use the Unix call helpers. 2022-11-28 21:01:55 +01:00
qdvd
qedit
qmgr
qmgrprxy
quartz quartz/tests: Remove redundant null check from testfilter_JoinFilterGraph. 2022-12-05 23:28:03 +01:00
query
qwave
rasapi16.dll16
rasapi32
rasdlg
regapi
resutils
riched20 riched20/tests: Fix a typo in a comment. 2023-03-07 17:25:08 +01:00
riched32 riched32/tests: EM_GETSELTEXT's wparam is not used and should be 0. 2023-02-28 09:46:33 +01:00
rpcrt4 rpcrt4: Avoid casting an object to IUnknown. 2023-02-10 19:09:16 +01:00
rsabase
rsaenh
rstrtmgr
rtutils
rtworkq
samlib
sane.ds sane.ds: Use the Unix call helpers. 2022-11-28 21:01:55 +01:00
sapi sapi: Use standard C functions for memory allocation in token.c. 2022-11-18 14:04:29 +01:00
sas
scarddlg
scardsvr scardsvr: Add stub service. 2023-02-08 08:58:25 +01:00
sccbase
schannel
schedsvc schedsvc: Use CRT allocation functions in remaining calls. 2023-01-24 20:14:52 +01:00
scrobj scrobj: Initialize a variable to silence a compiler warning. 2023-01-26 22:05:12 +01:00
scrrun
scsiport.sys
sechost sechost: Use heap_strdup_multi_AtoW for dependencies in CreateServiceA. 2023-01-24 18:15:21 +01:00
secur32 secur32: Trace fContextReq consistently. 2023-01-31 16:54:52 +01:00
security
sensapi
serialui
setupapi setupapi: Use standard va_list instead of __ms_va_list. 2023-02-17 11:26:51 +01:00
setupx.dll16 setupx: Consistently use %I printf format for ULONG_PTR values. 2022-12-09 17:52:25 +01:00
sfc
sfc_os
shcore include: Use proper dllimports for shlwapi functions. 2022-12-07 13:51:37 +01:00
shdoclc
shdocvw
shell.dll16 krnl386: Make MapLS argument non-const to avoid some compiler warnings. 2023-01-24 22:24:39 +01:00
shell32 shell32: Add support for Program Manager icons with arguments. 2023-02-28 09:46:11 +01:00
shfolder
shlwapi shlwapi/tests: Make sure to test the formatting of troublesome dates. 2023-03-02 18:09:23 +01:00
slbcsp
slc
snmpapi
softpub
sound.drv16
spoolss spoolss/tests: Fix a typo in a comment. 2023-02-14 09:58:03 +01:00
sppc
srclient
srvcli
sspicli
stdole2.tlb
stdole32.tlb
sti
storage.dll16
stress.dll16
strmdll
svrapi
sxs
system.drv16
t2embed t2embed/tests: Fix the TTGetEmbeddingType() test in UTF-8 locales. 2023-03-07 18:35:20 +01:00
tapi32
taskschd taskschd/tests: Fix test failures on newer version of Windows 10. 2022-12-08 18:41:24 +01:00
tbs
tdh
tdi.sys
threadpoolwinrt
toolhelp.dll16
traffic
twain.dll16
twain_32 twain_32: Handle realloc failure in twain_add_onedriver (cppcheck). 2023-01-24 22:11:37 +01:00
typelib.dll16
tzres
ucrtbase msvcr100: Implement exception passing from chore threads to _RunAndWait. 2022-12-08 18:41:25 +01:00
uianimation
uiautomationcore uiautomationcore: Implement IUIAutomationTreeWalker::GetParentElement{BuildCache}. 2023-03-20 13:34:54 +01:00
uiribbon
unicows
updspapi
url
urlmon urlmon: Use the _recalloc function instead of reimplementing it. 2023-02-01 17:12:52 +01:00
usbd.sys
user.exe16 krnl386: Make MapLS argument non-const to avoid some compiler warnings. 2023-01-24 22:24:39 +01:00
user32 win32u: Give full access rights to the thread desktop. 2023-03-17 11:51:34 +01:00
userenv
usp10
utildll
uxtheme uxtheme: Use bsearch and CompareStringOrdinal in MSSTYLES_LookupProperty. 2022-12-09 18:35:33 +01:00
vbscript vbscript/tests: Fix the testChrError() tests in the mixed locale case. 2023-03-13 15:56:32 +01:00
vcomp
vcomp90
vcomp100
vcomp110
vcomp120
vcomp140
vcruntime140
vcruntime140_1
vdhcp.vxd
vdmdbg
ver.dll16
version
vga
virtdisk
vmm.vxd
vnbt.vxd
vnetbios.vxd
vssapi
vtdapi.vxd
vulkan-1 winevulkan: Update to VK spec version 1.3.242. 2023-03-06 11:10:34 +01:00
vwin32.vxd
w32skrnl
w32sys.dll16
wbemdisp
wbemprox wbemprox: Do not call Release() inside wbemprox_cf_CreateInstance(). 2023-02-06 10:11:19 +01:00
wdscore
webservices webservices: Remove unused function heap_realloc_zero. 2022-11-22 09:54:51 +01:00
websocket
wer
wevtapi
wevtsvc
wiaservc wiaservc: Remove unused function wiaservc_strdup. 2022-12-05 20:04:54 +01:00
wimgapi
win32s16.dll16
win32u win32u: Implement NtUserBuildHimcList syscall. 2023-03-20 17:10:45 +01:00
win87em.dll16
winaspi.dll16
windebug.dll16
windows.devices.enumeration windows.devices.enumeration/tests: Make test handlers structure static. 2022-12-06 22:29:36 +01:00
windows.gaming.input windows.gaming.input: Fix magnitude sign for constant and ramp effects. 2023-01-25 10:16:51 +01:00
windows.gaming.ui.gamebar
windows.globalization windows.globalization: Implement ILanguage::get_LanguageTag(). 2023-01-24 18:26:57 +01:00
windows.media windows.media: Partially implement IClosedCaptionPropertiesStatics_get_RegionOpacity. 2022-11-25 17:40:53 +01:00
windows.media.devices
windows.media.speech windows.media.speech: Store recorded audio in a temporary ringbuffer. 2023-01-27 13:39:23 +01:00
windows.networking windows.networking: Stub DllGetActivationFactory(). 2023-03-14 18:38:31 +01:00
windows.perception.stub windows.perception.stub: Implement IHolographicSpaceStatics3::get_IsConfigured(). 2023-03-17 11:55:49 +01:00
windows.system.profile.systemmanufacturers windows.system.profile.systemmanufacturers: Implement ISmbiosInformationStatics_get_SerialNumber. 2023-01-27 13:39:06 +01:00
windows.ui windows.ui: Implement IUISettings3::GetColorValue(). 2023-02-10 19:11:03 +01:00
windowscodecs windowscodecs: Don't reorder gif extension blocks in GetReaderByIndex. 2023-03-03 21:45:31 +01:00
windowscodecsext
winealsa.drv winealsa: Use GetModuleFileName() instead of hardcoded module filename for registry key. 2023-03-10 15:58:59 +01:00
wineandroid.drv wineandroid: Separately store the internal pixel format set by WGL_WINE_pixel_format_passthrough. 2023-03-09 17:31:26 +01:00
winebus.sys winebus: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-10 19:09:16 +01:00
winecoreaudio.drv winecoreaudio: Use GetModuleFileName() instead of hardcoded module filename for registry key. 2023-03-10 15:58:59 +01:00
winecrt0 winecrt0: Check for RTLD_SELF support to enable ELF constructors. 2023-01-11 15:14:04 +01:00
wined3d wined3d: Use vkd3d-shader to disassemble shaders. 2023-03-16 17:38:17 +01:00
winegstreamer winegstreamer/media_source: Close bytestream in ::Shutdown. 2023-03-14 18:38:31 +01:00
winehid.sys
winemac.drv winemac: Separately store the internal pixel format set by WGL_WINE_pixel_format_passthrough. 2023-03-09 15:02:46 +01:00
winemapi
wineoss.drv wineoss: Use GetModuleFileName() instead of hardcoded module filename for registry key. 2023-03-10 15:58:59 +01:00
wineps.drv wineps: Fix image bits access in PSDRV_WriteDIBPatternDict. 2023-03-10 21:18:59 +01:00
wineps16.drv16
winepulse.drv winepulse: Use GetModuleFileName() instead of hardcoded module filename for registry key. 2023-03-10 15:58:59 +01:00
wineusb.sys wineusb.sys: Use standard va_list instead of __ms_va_list. 2023-02-17 11:27:03 +01:00
winevulkan winevulkan: Update to VK spec version 1.3.242. 2023-03-06 11:10:34 +01:00
winewayland.drv winewayland.drv: Report all advertised monitor modes to Wine. 2023-03-16 12:52:37 +01:00
winex11.drv winex11.drv: Don't allow changing internal pixel format if conflicts with non-internal. 2023-03-16 18:55:30 +01:00
winexinput.sys winexinput.sys: Fix incorrect HID STRING_INDEX tag value. 2022-11-21 21:21:26 +01:00
wing.dll16
wing32
winhttp winhttp/tests: Fix test failures with the UTF-8 code page. 2023-01-26 22:05:13 +01:00
wininet wininet/tests: Add more InternetSetFilePointer tests. 2023-02-06 10:13:40 +01:00
winmm winmm/tests: Ignore spurious WM_DWMCOLORIZATIONCOLORCHANGED messages. 2023-02-24 22:23:12 +01:00
winnls.dll16
winnls32
winprint winprint: Register winprint print processor. 2022-12-05 20:04:54 +01:00
winscard winscard: Fix the spelling of a function parameter. 2023-03-07 17:25:08 +01:00
winsock.dll16 include: Use proper dllimports for winsock functions. 2022-12-07 14:25:18 +01:00
winspool.drv winspool: Check dmSize in IsValidDevmodeW(). 2023-02-27 16:36:22 +01:00
winsta
wintab.dll16 wintab: Consistently use %I printf format for ULONG_PTR values. 2022-12-09 17:52:25 +01:00
wintab32
wintrust
wintypes wintypes: Stub RoIsApiContractMajorVersionPresent(). 2023-03-14 18:38:31 +01:00
winusb
wlanapi
wlanui
wldap32 wldap32: Handle null LDAPMessage in ldap_parse_result. 2023-03-16 12:47:54 +01:00
wmasf
wmi
wmiutils
wmp
wmphoto
wmvcore wmvcore/tests: Check out value for NULL in check_interface. 2023-02-08 21:31:36 +01:00
wnaspi32
wofutil wofutil: Add a trailing linefeed to a FIXME(). 2023-03-16 17:01:00 +01:00
wow32
wow64 wow64: Forward NtWow64IsProcessorFeaturePresent() to the CPU backend. 2023-03-15 11:50:46 +01:00
wow64cpu wow64: Forward NtWow64IsProcessorFeaturePresent() to the CPU backend. 2023-03-15 11:50:46 +01:00
wow64win win32u: Stub NtUserBuildHimcList syscall. 2023-03-20 17:10:45 +01:00
wpc
wpcap wpcap/tests: Initial tests. 2023-02-13 17:03:02 +01:00
ws2_32 server: Retry socket connection on ECONNABORTED error. 2023-02-21 11:21:05 +01:00
wsdapi wsdapi: Annotate duplicate_(string|name) with __WINE_MALLOC. 2022-12-09 17:52:25 +01:00
wshom.ocx wshom.ocx: Implement IWshNetwork2_get_UserName(). 2022-12-08 18:41:24 +01:00
wsnmp32
wsock32
wtsapi32 wtsapi32: Improve the stub for WTSQuerySessionInformation(WTSClientProtocolType). 2022-12-08 18:41:24 +01:00
wuapi
wuaueng
x3daudio1_0
x3daudio1_1
x3daudio1_2
x3daudio1_3
x3daudio1_4
x3daudio1_5
x3daudio1_6
x3daudio1_7
xactengine2_0
xactengine2_4
xactengine2_7
xactengine2_9
xactengine3_0
xactengine3_1
xactengine3_2
xactengine3_3
xactengine3_4
xactengine3_5
xactengine3_6
xactengine3_7 xactengine3_7/tests: Skip tests when XACTEngine Initialization fails. 2023-01-06 13:39:45 +01:00
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
xinputuap xinputuap.dll: Add new dll. 2022-11-22 18:27:31 +01:00
xmllite xmllite/writer: Implement WriteSurrogateCharEntity. 2022-11-30 10:56:13 +01:00
xolehlp
xpsprint
xpssvcs