wine/dlls
Gabriel Ivăncescu 38f6eb34b8 jscript: Properly handle passing undefined value to Number.toString in ES5+ mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-06-23 22:48:18 +02:00
..
acledit
aclui
activeds activeds: Free memory on error paths (coverity). 2023-05-09 15:12:16 +02:00
activeds.tlb
actxprxy
adsldp
adsldpc
advapi32 advapi32/tests: Add more tests for token duplication. 2023-05-08 20:02:28 +02:00
advpack advpack: Check the return value of adv_install in DoInfInstallW (scan-build). 2023-06-19 17:43:19 +02:00
amsi
amstream
apisetschema apisetschema: Add api-ms-win-core-psm-appnotify-l1-1-0. 2023-04-25 17:59:35 +02:00
apphelp
appwiz.cpl mscoree: Update Wine Mono to 8.0.0. 2023-05-18 05:30:36 -05:00
atl atl: Convert REG_DWORD to a correct type. 2023-06-19 13:16:05 +02:00
atl80
atl90
atl100
atl110
atlthunk
atmlib
authz
avicap32
avifil32
avifile.dll16
avrt
bcrypt bcrypt/tests: Don't allocate inside todo_wine and free outside of it. 2023-06-02 09:29:37 +02:00
bluetoothapis
browseui
bthprops.cpl
cabinet
capi2032
cards
cdosys
cfgmgr32 cfgmgr32/tests: Add CM_MapCrToWin32Err tests. 2023-03-30 18:47:32 +02:00
clusapi
cng.sys
combase combase: Don't export hProxyDll or rpc_execute_call. 2023-06-19 13:15:31 +02:00
comcat
comctl32 comctl32: Remove duplicate declarations of MONTHCAL functions. 2023-06-19 16:28:54 +02:00
comdlg32 comdlg32: Don't use GetProcAddress for SHSimpleIDListFromPath. 2023-06-19 13:18:01 +02:00
comm.drv16
commdlg.dll16 commdlg: Fix dialog template parser when caption starts with a DBCS character. 2023-06-14 19:21:41 +02:00
compobj.dll16
compstui
comsvcs
concrt140 msvcr110: Implement _Context::_IsSynchronouslyBlocked. 2023-04-14 20:33:54 +02:00
connect
credui
crtdll msvcrt: Use the sqrt() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
crypt32 crypt32: Do not create persistent container in CRYPT_CreateKeyProv(). 2023-06-21 18:15:43 +02:00
cryptdlg
cryptdll
cryptext
cryptnet
cryptowinrt cryptowinrt/tests: Remove racey refcount test. 2023-04-06 14:32:32 +02:00
cryptsp
cryptui
ctapi32
ctl3d.dll16
ctl3d32
ctl3dv2.dll16
d2d1 d2d1: Improve resource properties check when creating a bitmap. 2023-05-26 21:24:14 +02:00
d3d8 wined3d: Improve d3d8 compatibility of texture filters. 2023-05-18 15:40:17 -05:00
d3d8thk
d3d9 d3d9: Hold a reference to the wined3d swapchain from d3d9 swapchain surfaces. 2023-05-10 17:08:48 +02:00
d3d10 d3d10: Implement parse_fx10_preshader() on top of vkd3d_shader_parse_dxbc(). 2023-04-24 16:33:03 +02:00
d3d10_1
d3d10core d3d10core/tests: Add a regression test for mismatch of layered framebuffer attachments. 2023-04-07 17:05:52 +02:00
d3d11 d3d11: Hold a reference to the wined3d swapchain from d3d11 swapchain textures. 2023-05-10 17:08:48 +02:00
d3d12
d3d12core
d3dcompiler_33
d3dcompiler_34
d3dcompiler_35
d3dcompiler_36
d3dcompiler_37
d3dcompiler_38
d3dcompiler_39
d3dcompiler_40
d3dcompiler_41 d3dcompiler: Make D3DAssemble a private export. 2023-04-27 20:22:47 +02:00
d3dcompiler_42 d3dcompiler: Make D3DAssemble a private export. 2023-04-27 20:22:47 +02:00
d3dcompiler_43 d3dcompiler: Make D3DAssemble a private export. 2023-04-27 20:22:47 +02:00
d3dcompiler_46 d3dcompiler: Make D3DAssemble a private export. 2023-04-27 20:22:47 +02:00
d3dcompiler_47 d3dcompiler: Make D3DAssemble a private export. 2023-04-27 20:22:47 +02:00
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: Fix dst pitch for compressed format in D3DXLoadSurfaceFromMemory(). 2023-05-02 22:21:30 +02: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 d3dx10: Map DXGI_FORMAT_R16_UNORM to DXGI_FORMAT_R16G16B16A16_UNORM in get_d3dx10_dds_format(). 2023-04-07 13:18:26 +02:00
d3dx11_42
d3dx11_43
d3dxof
davclnt
dbgeng dbgeng: Avoid casts to IUnknown* in IUnknown method calls. 2023-05-09 22:46:41 +02:00
dbghelp dbghelp: Fix reading Wine loader's base address. 2023-06-23 11:28:19 +02:00
dciman32
dcomp
ddeml.dll16
ddraw ddraw: Set the texture height in SetSurfaceDesc() (Coverity). 2023-05-08 20:01:21 +02:00
ddrawex
devenum
dhcpcsvc
dhcpcsvc6
dhtmled.ocx
diasymreader
difxapi
dinput include: Remove redundant __WINE_USE_MSVCRT checks. 2023-06-12 21:21:41 +02:00
dinput8
directmanipulation
dispdib.dll16
dispex
display.drv16
dmband
dmcompos
dmime
dmloader
dmscript
dmstyle
dmsynth dmsynth: Don't crash when Open() gets a DMUS_PORTPARAMS7. 2023-03-30 20:31:46 +02:00
dmusic
dmusic32
dnsapi dnsapi: Fix memory leak on error path in do_query_netbios (scan-build). 2023-06-07 11:29:33 +02:00
dplay
dplayx
dpnaddr
dpnet
dpnhpast
dpnhupnp
dpnlobby
dpvoice
dpwsockx
drmclien
dsdmo
dsound dsound: Take distance and Doppler factor into account. 2023-05-26 11:08:09 +02:00
dsquery
dssenh
dsuiext
dswave
dwmapi
dwrite dwrite: Use cache when font transform matrix contains only translation offsets. 2023-03-31 19:00:30 +02:00
dx8vb
dxdiagn dxdiagn: Avoid assigning COM objects to interface variables. 2023-05-09 22:46:41 +02:00
dxgi dxgi: Rename and split d3d12_swapchain_destroy_buffers(). 2023-06-21 18:15:43 +02:00
dxtrans
dxva2 include: Fix IDirectXVideoDecoderService declaration in dxva2api.idl. 2023-04-10 21:54:17 +02:00
esent
evr evr: Respect RGB format stride in GetCurrentImage. 2023-06-06 11:22:55 +02:00
explorerframe
faultrep
feclient
fltlib
fltmgr.sys
fntcache
fontsub
fusion
fwpuclnt
gameux
gamingtcui
gdi.exe16
gdi32 win32u: Don't return full OUTLINETEXTMETRICW from __wine_get_file_outline_text_metric. 2023-05-29 11:37:08 +02:00
gdiplus gdiplus: Allow NULL format in GdipAddPathString. 2023-06-19 21:10:17 +02:00
glu32
gphoto2.ds
gpkcsp
graphicscapture graphicscapture: Partially implement IGraphicsCaptureSessionStatics::IsSupported(). 2023-03-27 11:05:34 +02:00
hal
hhctrl.ocx hhctrl: Initialize item->items to NULL in parse_index_sitemap_object (scan-build). 2023-06-19 16:28:54 +02:00
hid hid: Avoid printing uninitialized guid (Valgrind). 2023-05-15 06:09:54 -05:00
hidclass.sys win32u: Use syscall interface for all exports. 2023-05-29 11:37:09 +02:00
hidparse.sys hidparse.sys: Include zero-count reports in cap count. 2023-03-27 11:05:34 +02:00
hlink
hnetcfg
hrtfapo hrtfapo: Add CreateHrtfApo() stub. 2023-05-02 22:21:26 +02:00
http.sys
httpapi
ia2comproxy
iccvid
icmp
ieframe
ieproxy
ifsmgr.vxd
imaadp32.acm
imagehlp
imm.dll16
imm32 imm32: Use offsets instead of lengths to decide on sending updates. 2023-06-20 20:30:26 +02:00
inetcomm
inetcpl.cpl
inetmib1
infosoft
initpki
inkobj
inseng
iphlpapi iphlpapi/tests: Use ~0u instead of ~0ul in testGetIpNetTable. 2023-06-02 20:47:28 +02:00
iprop
ir50_32 ir50_32: Let video_decoder flip the video instead of doing it manually. 2023-05-18 05:29:32 -05:00
irprops.cpl
itircl
itss
joy.cpl
jscript jscript: Properly handle passing undefined value to Number.toString in ES5+ mode. 2023-06-23 22:48:18 +02:00
jsproxy
kerberos kerberos: Fix memory leaks in (wow64_)query_ticket_cache (scan-build). 2023-06-07 11:29:25 +02:00
kernel32 kernel32/tests: Extend console inheritance tests. 2023-06-13 22:10:56 +02:00
kernelbase kernelbase: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
keyboard.drv16
krnl386.exe16 krnl386.exe16: Don't overflow when calculating size. 2023-06-01 22:00:19 +02:00
ksecdd.sys
ksproxy.ax
ksuser
ktmw32
l3codeca.acm
light.msstyles light.msstyles: Don't draw a border for progress fill parts. 2023-04-07 13:27:35 +02:00
loadperf
localspl localspl: Don't pass original document name to cupsStartDocument. 2023-06-07 22:48:27 +02:00
localui
lz32
lzexpand.dll16
mapi32
mapistub
mciavi32
mcicda
mciqtz32
mciseq
mciwave
mf winegstreamer: Implement Flush for WMV decoder DMO. 2023-06-15 10:03:41 +02:00
mf3216
mferror
mfmediaengine mfmediaengine: Implement GetNumberOfStreams(). 2023-05-18 09:14:32 -05:00
mfplat mfplat/tests: Add another test for MFCopyImage(). 2023-05-09 22:46:41 +02:00
mfplay
mfreadwrite mfreadwrite/tests: Add tests for MP4 sink writer. 2023-05-17 07:13:09 -05:00
mfsrcsnk
mgmtapi
midimap
mlang
mmcndmgr
mmdevapi winepulse: Move stream_release into mmdevapi. 2023-06-19 16:28:54 +02:00
mmdevldr.vxd
mmsystem.dll16
monodebg.vxd
mountmgr.sys
mouse.drv16
mp3dmod
mpr
mprapi
msacm.dll16
msacm32
msacm32.drv
msado15 msado15: Fix the spelling of a comment. 2023-05-16 08:16:33 -05:00
msadp32.acm
msasn1
msauddecmft msauddecmft: Add DllGetClassObject() stub. 2023-05-16 08:25:08 -05:00
mscat32
mscms mscms: Fix double free on error path in EnumColorProfilesA (scan-build). 2023-06-05 14:01:07 +02:00
mscoree mscoree: Search the Mono GAC before the appdomain paths. 2023-05-18 09:09:14 -05:00
mscorwks
msctf
msctfmonitor
msctfp
msdaps
msdasql msdasql: Remove redundant NULL check before heap_free(). 2023-03-29 11:49:17 +02:00
msdelta
msdmo
msdrm
msftedit
msg711.acm
msgsm32.acm
mshtml jscript: Properly handle passing undefined value to Number.toString in ES5+ mode. 2023-06-23 22:48:18 +02:00
mshtml.tlb
msi msi: Convert newlines to alternate representation when exporting. 2023-06-23 11:20:32 +02:00
msident
msimg32
msimsg
msimtf
msisip
msisys.ocx
msls31
msmpeg2vdec msmpeg2vdec: Add DllGetClassObject() stub. 2023-05-19 08:50:46 -05:00
msnet32
mspatcha
msports
msrle32
msscript.ocx
mssign32
mssip32
mstask
msv1_0
msvcirt
msvcm80
msvcm90
msvcp60
msvcp70
msvcp71
msvcp80
msvcp90 msvcr100: Fix use after free in critical_section::try_lock_for(). 2023-06-08 18:44:09 +02:00
msvcp100
msvcp110 msvcp110: Add std::_Rethrow_future_exception implementation. 2023-04-07 20:36:12 +02:00
msvcp120 msvcp110: Add std::_Rethrow_future_exception implementation. 2023-04-07 20:36:12 +02:00
msvcp120_app msvcp110: Add std::_Rethrow_future_exception implementation. 2023-04-07 20:36:12 +02:00
msvcp140 msvcr100: Use Context to store critical_section owner. 2023-06-05 14:01:07 +02:00
msvcp140_1
msvcp140_2
msvcp140_atomic_wait
msvcp_win msvcp110: Add std::_Rethrow_future_exception implementation. 2023-04-07 20:36:12 +02:00
msvcr70 msvcrt: Use the sqrt() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
msvcr71 msvcrt: Use the sqrt() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
msvcr80 msvcrt: Use the sqrt() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
msvcr90 msvcrt: Use the sqrt() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
msvcr100 msvcrt: Use the sqrt() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
msvcr110 msvcr110: Implement _Context::_IsSynchronouslyBlocked. 2023-04-14 20:33:54 +02:00
msvcr120 msvcr100: Use Context to store critical_section owner. 2023-06-05 14:01:07 +02:00
msvcr120_app msvcr110: Implement _Context::_IsSynchronouslyBlocked. 2023-04-14 20:33:54 +02:00
msvcrt msvcr100: Use Context blocking functions in _Condition_variable class. 2023-06-08 18:44:10 +02:00
msvcrt20
msvcrt40
msvcrtd msvcrt: Use the sqrt() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
msvfw32
msvidc32
msvideo.dll16
mswsock
msxml
msxml2
msxml3
msxml4
msxml6
mtxdm
ncrypt
nddeapi
ndis.sys
netapi32
netcfgx
netio.sys
netprofm iphlpapi: Fix the GAA_FLAG_INCLUDE_GATEWAYS constant name. 2023-04-10 14:18:00 +02:00
netutils
newdev
ninput
normaliz
npmshtml
npptools
nsi
nsiproxy.sys nsiproxy.sys: Detect PPP interface type from flags on Linux. 2023-05-24 21:08:32 +02:00
ntdll ntdll: Treat read faults on readable pages as write faults on macOS. 2023-06-22 10:10:55 +02:00
ntdsapi
ntoskrnl.exe ntoskrnl.exe: Add Ke386QueryIoAccessMap stub. 2023-06-19 17:41:28 +02:00
ntprint
objsel
odbc32
odbcbcp
odbccp32
odbccu32
ole2.dll16
ole2conv.dll16
ole2disp.dll16
ole2nls.dll16
ole2prox.dll16
ole2thk.dll16
ole32 ole32/git: Use CRT allocation functions. 2023-05-29 11:25:40 +02:00
oleacc
oleaut32 oleaut32: Trace typelib guid in GetRecordInfoFromGuids(). 2023-06-20 20:27:38 +02:00
olecli.dll16
olecli32
oledb32 oledb32: Support converting DBTYPE_VARIANT to DBTYPE_VARIANT. 2023-05-09 14:49:50 +02:00
oledlg
olepro32
olesvr.dll16
olesvr32
olethk32
opcservices
opencl
opengl32 winex11.drv: Fix bit shifts in pixel format description for RGBA formats. 2023-04-11 12:36:53 +02:00
packager
pdh
photometadatahandler
pidgen
powrprof
printui
prntvpt
propsys
psapi psapi: Test filesystem redirection with EnumProcessModulesEx. 2023-04-06 18:02:17 +02:00
pstorec
pwrshplugin
qasf
qcap qcap/tests: Remove duplicated tests for allocator identity. 2023-05-23 22:19:30 +02:00
qdvd
qedit
qmgr
qmgrprxy
quartz quartz: Avoid reading past the end of a buffer (Valgrind). 2023-05-16 15:47:11 -05:00
query
qwave
rasapi16.dll16
rasapi32
rasdlg
regapi
resutils
riched20 riched20: Call ME_UpdateRepaint instead of editor_ensure_visible in set_selection. 2023-06-09 23:37:14 +02:00
riched32
rpcrt4 rpcrt4: Don't use GetProcAddress for ole32 functions. 2023-06-15 10:03:47 +02:00
rsabase
rsaenh
rstrtmgr
rtutils
rtworkq rtworkq: Release thread pool work object when work_item is destroyed (Valgrind). 2023-05-16 08:04:59 -05:00
samlib
sane.ds sane: Fix use after free in create_item (scan-build). 2023-06-20 20:30:41 +02:00
sapi sapi: Implement ISpVoice::Set/GetVolume. 2023-06-23 11:20:14 +02:00
sas
scarddlg
scardsvr
sccbase
schannel
schedsvc schedsvc/tests: Deleting tasks & folders requires elevated privileges on Windows 7. 2023-03-27 17:44:44 +02:00
scrobj
scrrun scrrun/dictionary: Compare key values in addition to their hashes. 2023-06-14 18:53:36 +02:00
scsiport.sys
sechost
secur32 secur32: Add support for sending TLS alerts. 2023-06-22 15:34:07 +02:00
security
sensapi
serialui
setupapi setupapi: Use CRT functions for memory allocation where possible. 2023-05-25 22:18:57 +02:00
setupx.dll16
sfc
sfc_os
shcore
shdoclc
shdocvw
shell.dll16
shell32 shell32: Fix memory leak on error path in FolderItems_Constructor (scan-build). 2023-06-14 19:20:54 +02:00
shfolder
shlwapi shlwapi: Implement StrFormatByteSizeEx. 2023-05-08 10:56:01 +02:00
slbcsp
slc
snmpapi
softpub
sound.drv16
spoolss
sppc
srclient
srvcli
sspicli
stdole2.tlb
stdole32.tlb
sti sti/tests: Use win_skip() for missing APIs. 2023-05-15 05:40:57 -05:00
storage.dll16
stress.dll16
strmdll
svrapi
sxs
system.drv16
t2embed
tapi32
taskschd taskschd/tests: Fix the spelling of a test string. 2023-05-16 08:16:33 -05:00
tbs
tdh
tdi.sys
threadpoolwinrt threadpoolwinrt: Forward a Release() to a Release() method. 2023-04-26 22:49:16 +02:00
toolhelp.dll16
traffic
twain.dll16
twain_32
twinapi.appcore twinapi.appcore: Add UnregisterAppStateChangeNotification stub. 2023-04-25 17:59:35 +02:00
typelib.dll16
tzres
ucrtbase msvcrt: Use the sqrt() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
uianimation
uiautomationcore uiautomationcore: Implement UiaEventAddWindow. 2023-06-19 22:50:45 +02:00
uiribbon
unicows
updspapi
url
urlmon urlmon: Don't export urlmon_instance. 2023-06-19 16:28:54 +02:00
usbd.sys
user.exe16
user32 user32: Remove no longer used setupapi import. 2023-06-13 22:10:56 +02:00
userenv
usp10
utildll
uxtheme
vbscript vbscript: Fix memory leak on error path in alloc_vbscode (scan-build). 2023-06-07 22:48:27 +02:00
vcomp
vcomp90
vcomp100
vcomp110
vcomp120
vcomp140
vcruntime140
vcruntime140_1 ucrtbase: Add __CxxFrameHandler4 implementation. 2023-03-27 11:02:50 +02:00
vdhcp.vxd
vdmdbg
ver.dll16
version
vga
virtdisk
vmm.vxd
vnbt.vxd
vnetbios.vxd
vssapi
vtdapi.vxd
vulkan-1
vwin32.vxd
w32skrnl
w32sys.dll16
wbemdisp wbemdisp: Support DISPATCH_PROPERTYGET in Object Invoke. 2023-06-23 11:20:20 +02:00
wbemprox wbemprox: Fix memory leak on error path in enum_key (scan-build). 2023-06-20 20:27:21 +02:00
wdscore
webservices webservices: Handle WS_XML_BUFFER_TYPE in get_field_read_option(). 2023-05-17 07:14:49 -05:00
websocket
wer
wevtapi
wevtsvc
wiaservc
wimgapi
win32s16.dll16
win32u win32u: Avoid SEGV in QueryDisplayConfig when run as service. 2023-06-22 10:10:45 +02:00
win87em.dll16
winaspi.dll16
windebug.dll16
windows.devices.enumeration
windows.gaming.input windows.gaming.input: Query IGameController interface in TryGetFactoryControllerFromGameController. 2023-05-23 14:43:12 +02:00
windows.gaming.ui.gamebar
windows.globalization
windows.media
windows.media.devices
windows.media.speech windows.media.speech: Fix memory leak on error path in session_worker_thread_cb (scan-build). 2023-06-12 21:21:41 +02:00
windows.networking
windows.perception.stub
windows.system.profile.systemmanufacturers
windows.ui winecfg: Add an option to set WinRT app dark theme. 2023-03-29 22:29:38 +02:00
windowscodecs windowscodecs: Map GUID_WICPixelFormat32bppRGBA1010102 to DXGI_FORMAT_R10G10B10A2_UNORM as well. 2023-04-07 13:18:26 +02:00
windowscodecsext
winealsa.drv winealsa: Use create_stream's channel count in AudioClient's Initialize. 2023-06-23 11:43:48 +02:00
wineandroid.drv wineandroid: Set the window cursor immediately in SetCursor. 2023-06-13 22:10:56 +02:00
winebus.sys
winecoreaudio.drv winecoreaudio: Use create_stream's channel count in AudioClient's Initialize. 2023-06-23 11:43:48 +02:00
winecrt0
wined3d wined3d: Fix uninitialized variable warning. 2023-05-29 11:23:55 +02:00
winegstreamer winegstreamer: Lazily allocate wg_allocator unix memory. 2023-06-19 22:51:05 +02:00
winehid.sys
winemac.drv win32u: Add a hwnd parameter to SetCursor driver entry points. 2023-06-13 22:10:56 +02:00
winemapi
wineoss.drv wineoss: Use create_stream's channel count in AudioClient's Initialize. 2023-06-23 11:43:49 +02:00
wineps.drv wineps.drv: Use afm FamilyName instead of FullName. 2023-06-12 21:21:42 +02:00
wineps16.drv16
winepulse.drv winepulse: Refactor AudioClient's Initialize to match other drivers. 2023-06-23 11:43:49 +02:00
wineusb.sys wineusb: Fix memory leaks on error paths in usb_submit_urb (scan-build). 2023-06-06 21:51:43 +02:00
winevulkan winevulkan: Update to VK spec version 1.3.254. 2023-06-16 17:55:39 +02:00
winewayland.drv winewayland.drv: Update desktop window size on display changes. 2023-05-24 22:20:14 +02:00
winex11.drv win32u: Move virtual desktop display settings logic from winex11. 2023-06-21 18:26:33 +02:00
winexinput.sys
wing.dll16
wing32
winhttp winhttp: Fix memory leak on error path in request_get_codepage (scan-build). 2023-06-16 10:30:42 +02:00
wininet wininet: Don't overallocate in urlcache_encode_url_alloc (scan-build). 2023-06-19 16:28:54 +02:00
winmm
winnls.dll16
winnls32
winprint
winscard
winsock.dll16
winspool.drv winspool: Add AbortPrinter implementation. 2023-05-23 09:28:43 +02:00
winsta
wintab.dll16
wintab32 wintab32/tests: Use win_skip() for missing dlls. 2023-05-15 05:40:29 -05:00
wintrust wintrust: Annotate WINTRUST_Alloc with __WINE_(DEALLOC|MALLOC). 2023-04-03 16:52:01 +02:00
wintypes wintypes: Declare exported functions in rometadataresolution.h. 2023-04-03 16:52:01 +02:00
winusb
wlanapi
wlanui
wldap32 wldap32: Clean up LDAP_OPT_API_INFO. 2023-06-16 10:30:00 +02:00
wmasf
wmi
wmiutils
wmp
wmphoto
wmvcore wmvcore: Remove superfluous casts to self. 2023-06-01 22:00:19 +02:00
wnaspi32
wofutil
wow32 wow32: Use spec file imports. 2023-06-05 14:01:07 +02:00
wow64 wow64: Don't load the 32-bit ntdll as an image to avoid debugger notifications. 2023-06-23 22:48:18 +02:00
wow64cpu wow64cpu: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
wow64win win32u: Move QueryDisplayConfig from user32. 2023-06-12 21:21:42 +02:00
wpc
wpcap
ws2_32 ws2_32: Don't export num_startup. 2023-06-20 20:31:08 +02:00
wsdapi
wshom.ocx
wsnmp32
wsock32
wtsapi32 wtsapi32/tests: Use win_skip() for missing APIs. 2023-05-15 05:40:28 -05: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 xactengine: IXACT3EngineImpl_CreateSoundBank isn't a stub. 2023-06-01 22:00:19 +02:00
xapofx1_1 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xapofx1_2 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xapofx1_3 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xapofx1_4 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xapofx1_5 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xaudio2_0 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xaudio2_1 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xaudio2_2 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xaudio2_3 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xaudio2_4 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xaudio2_5 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xaudio2_6 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xaudio2_7 xaudio2/tests: Fix the IID_IXAudio28 declaration. 2023-06-19 13:15:25 +02:00
xaudio2_8 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xaudio2_9 xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xinput1_1
xinput1_2
xinput1_3
xinput1_4
xinput9_1_0
xinputuap
xmllite
xolehlp
xpsprint
xpssvcs