wine/dlls
Eric Pouech 4bdf92cb7f jscript: Fix GCC 12.2 warning.
When initializing a jsstr_inline_t with a len < 3, the size passed
for the allocation is smaller then the size of the structure
(as the later is rounded up to the alignment = 4 bytes).

GCC 12.2 complains about this when dereferencing the pointer to
the structure as the size passed for allocation is smaller than the
size of the structure.

The warning is fixed by using flexible array member in
jsstr_inline_t. Given the rounding behavior in memory allocation, this
should not change the size of allocated blocks.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-09-19 20:10:36 +02:00
..
acledit
aclui
activeds
activeds.tlb
actxprxy
adsldp
adsldpc
advapi32 advapi32/tests: Mark some failing tests as todo. 2022-09-16 14:07:13 +02:00
advpack
amsi
amstream
apisetschema
apphelp
appwiz.cpl appwiz.cpl: Use BCryptHash(). 2022-09-13 16:22:20 +02:00
atl atl: Avoid NULL pointer reference in AtlComModuleRevokeClassObjects(). 2022-07-07 19:10:02 +02:00
atl80
atl90
atl100 atl: Avoid NULL pointer reference in AtlComModuleRevokeClassObjects(). 2022-07-07 19:10:02 +02:00
atl110 atl: Avoid NULL pointer reference in AtlComModuleRevokeClassObjects(). 2022-07-07 19:10:02 +02:00
atlthunk
atmlib
authz
avicap32 avicap32: Fail gracefully if V4L is unavailable. 2022-06-03 21:42:01 +02:00
avifil32
avifile.dll16
avrt
bcrypt bcrypt: Rename mode_id to chain_mode. 2022-09-13 16:22:20 +02:00
bluetoothapis
browseui
bthprops.cpl
cabinet cabinet: Make sure the cabinet file name doesn't end with a backslash. 2022-06-28 13:20:15 +02:00
capi2032 makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
cards
cdosys
cfgmgr32
clusapi
cng.sys
combase combase: Omit thread ID from the stub manager ipid for MTA objects. 2022-08-30 21:38:39 +02:00
comcat
comctl32 comctl32: Support passing bitmap and icon resource ID as a string when creating static control. 2022-09-05 23:06:23 +02:00
comdlg32
comm.drv16
commdlg.dll16
compobj.dll16
compstui compstui: Add CommonPropertySheetUI tests. 2022-08-17 19:23:12 +02:00
comsvcs
concrt140 msvcp140: Add _ExceptionHolder::ReportUnhandledError stub. 2022-09-07 21:16:26 +02:00
connect
credui
crtdll
crypt32 crypt32: Use BCrypt algorithm pseudo-handles. 2022-09-13 16:22:21 +02:00
cryptdlg
cryptdll
cryptext
cryptnet cryptnet: Fall back to online CRL verification if OCSP verification fails. 2022-06-15 15:35:01 +02:00
cryptsp
cryptui cryptui: Use 10 DLUs for check box height. 2022-07-15 11:32:51 +02:00
ctapi32
ctl3d.dll16
ctl3d32
ctl3dv2.dll16
d2d1 d2d1/tests: Skip subsequent todo tests for unsupported properties. 2022-09-15 20:55:55 +02:00
d3d8 wined3d: Add a dirty region to the destination texture in wined3d_device_context_blt() if applicable. 2022-09-13 22:07:22 +02:00
d3d8thk
d3d9 d3d9/tests: The expected scissor rect after a reset is equal to the back-buffer dimensions. 2022-09-15 22:33:04 +02:00
d3d10 d3d10: Handle invalid arguments for effect creation. 2022-09-02 22:10:34 +02:00
d3d10_1
d3d10core d3d10core/tests: Introduce a clear_backbuffer_rtv() helper. 2022-09-15 22:33:40 +02:00
d3d11 d3d11/tests: Introduce a clear_rtv() helper. 2022-09-15 22:33:42 +02: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: Remove todo_wine from tests that succeed now. 2022-06-24 22:38:47 +02:00
d3dcompiler_46
d3dcompiler_47
d3dim
d3dim700
d3drm d3drm: Fix components of palette when loading texture from 8-bit BMP file. 2022-07-25 23:06:57 +02:00
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
d3dx10_33
d3dx10_34 d3dx10/tests: Build without -DWINE_NO_LONG_TYPES. 2022-07-04 17:47:58 +02:00
d3dx10_35 d3dx10/tests: Build without -DWINE_NO_LONG_TYPES. 2022-07-04 17:47:58 +02:00
d3dx10_36 d3dx10/tests: Build without -DWINE_NO_LONG_TYPES. 2022-07-04 17:47:58 +02:00
d3dx10_37 d3dx10/tests: Build without -DWINE_NO_LONG_TYPES. 2022-07-04 17:47:58 +02:00
d3dx10_38 d3dx10/tests: Build without -DWINE_NO_LONG_TYPES. 2022-07-04 17:47:58 +02:00
d3dx10_39 d3dx10/tests: Build without -DWINE_NO_LONG_TYPES. 2022-07-04 17:47:58 +02:00
d3dx10_40 d3dx10/tests: Build without -DWINE_NO_LONG_TYPES. 2022-07-04 17:47:58 +02:00
d3dx10_41 d3dx10/tests: Build without -DWINE_NO_LONG_TYPES. 2022-07-04 17:47:58 +02:00
d3dx10_42 d3dx10/tests: Build without -DWINE_NO_LONG_TYPES. 2022-07-04 17:47:58 +02:00
d3dx10_43 d3dx10/tests: Test block compressed texture data which has more than one block line. 2022-09-01 17:44:48 +02:00
d3dx11_42
d3dx11_43 d3dx11: Use CRT memory allocators. 2022-06-07 08:54:50 +02:00
d3dxof
davclnt
dbgeng
dbghelp dbghelp: Store all address ranges for inline sites. 2022-09-13 22:07:22 +02:00
dciman32
dcomp
ddeml.dll16
ddraw ddraw/tests: Avoid picking a large mode on Win10 in find_different_mode_callback. 2022-09-07 20:07:18 +02:00
ddrawex
devenum
dhcpcsvc
dhcpcsvc6
dhtmled.ocx
diasymreader
difxapi
dinput dinput/tests: Remove WINAPI on static functions where not needed. 2022-08-31 18:31:43 +02:00
dinput8
directmanipulation
dispdib.dll16
dispex
display.drv16
dmband
dmcompos
dmime
dmloader
dmscript
dmstyle
dmsynth
dmusic
dmusic32
dnsapi makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
dplay
dplayx
dpnaddr
dpnet
dpnhpast
dpnhupnp
dpnlobby
dpvoice
dpwsockx
drmclien
dsdmo dsdmo: Add Compressor FX Support. 2022-08-17 16:43:22 +02:00
dsound dsound: Avoid using pointer value after free. 2022-06-15 11:53:29 +02:00
dsquery
dssenh dssenh: Use BCrypt algorithm pseudo-handles. 2022-09-13 16:22:21 +02:00
dsuiext
dswave
dwmapi dwmapi: Return S_OK from DwmFlush(). 2022-06-15 11:51:15 +02:00
dwrite unicode: Update to Unicode 15.0.0. 2022-09-14 22:38:34 +02:00
dx8vb
dxdiagn
dxgi dxgi: Build the device list only once in dxgi_output_get_display_mode_list(). 2022-08-02 21:49:54 +02:00
dxtrans
dxva2
esent
evr evr/filter: Initial implementation of sample rendering. 2022-09-06 21:40:39 +02:00
explorerframe
faultrep
feclient
fltlib
fltmgr.sys
fntcache
fontsub
fusion fusion: Use BCrypt algorithm pseudo-handles. 2022-09-13 16:22:21 +02:00
fwpuclnt
gameux
gamingtcui
gdi.exe16
gdi32 unicode: Update to Unicode 15.0.0. 2022-09-14 22:38:34 +02:00
gdiplus
glu32 glu32: Fix GCC 12.2 warnings. 2022-09-16 19:15:05 +02:00
gphoto2.ds makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
gpkcsp
hal
hhctrl.ocx
hid
hidclass.sys hidclass: Expose ContainerID from underlying driver. 2022-07-25 11:22:29 +02:00
hidparse.sys
hlink
hnetcfg hnetcfg: Return success from netfw_rules_Add() and netfw_rules_Remove(). 2022-08-15 18:11:58 +02:00
http.sys http.sys: Do not add URLs with query parameters to queue. 2022-07-08 10:48:22 +02:00
httpapi http.sys: Do not add URLs with query parameters to queue. 2022-07-08 10:48:22 +02:00
ia2comproxy ia2comproxy: Introduce new proxy stub DLL for IAccessible2. 2022-06-15 21:48:52 +02:00
iccvid
icmp
ieframe ieframe: Allow STGM_WRITE in IPropertyStorage::Open. 2022-08-12 22:12:47 +02:00
ieproxy
ifsmgr.vxd
imaadp32.acm
imagehlp
imm.dll16
imm32 win32u: Use platform-independent layout for ntuser_thread_info. 2022-08-09 15:55:43 +02:00
inetcomm
inetcpl.cpl inetcpl.cpl: Fix typo. 2022-07-12 22:51:29 +02:00
inetmib1
infosoft
initpki
inkobj
inseng
iphlpapi nsiproxy.sys: Add static ARP entries which are always present on Windows. 2022-06-27 10:34:12 +02:00
iprop
irprops.cpl
itircl
itss
joy.cpl joy.cpl: Resize text boxes. 2022-06-03 21:52:55 +02:00
jscript jscript: Fix GCC 12.2 warning. 2022-09-19 20:10:36 +02:00
jsproxy
kerberos kerberos: Fix condition for create_context_handle in kerberos_SpInitLsaModeContext and kerberos_SpAcceptLsaModeContext. 2022-08-19 22:45:18 +02:00
kernel32 unicode: Update to Unicode 15.0.0. 2022-09-14 22:38:34 +02:00
kernelbase kernelbase: Return system error codes in the ReadDirectoryChangesW() completion callback. 2022-09-15 13:47:45 +02:00
keyboard.drv16
krnl386.exe16
ksecdd.sys
ksproxy.ax
ksuser
ktmw32
l3codeca.acm
light.msstyles light.msstyles: Add window parts. 2022-06-30 10:55:02 +02:00
loadperf
localspl
localui
lz32
lzexpand.dll16
mapi32
mapistub
mciavi32
mcicda
mciqtz32 mciqtz32: Fix MCI_DGV_WINDOW_HWND error handling. 2022-08-19 22:45:18 +02:00
mciseq
mciwave
mf winegstreamer: Better implement H264 MFT GetAttributes and GetOutputStreamAttributes. 2022-09-15 13:47:45 +02:00
mf3216
mferror
mfmediaengine
mfplat mfplat: Partially implement MFInitMediaTypeFromAMMediaType(). 2022-08-27 16:53:13 +02:00
mfplay
mfreadwrite mfreadwrite/reader: Only attempt to copy sample buffers from responses with non-NULL samples. 2022-08-23 16:18:51 -05:00
mfsrcsnk mfsrcsnk/wave: Initialize buffer pointer in ProcessSample() (Coverity). 2022-08-31 17:44:53 +02:00
mgmtapi
midimap
mlang
mmcndmgr
mmdevapi mmdevapi: Integrate winecoreaudio's additions in unixlib.h. 2022-09-16 19:15:05 +02:00
mmdevldr.vxd
mmsystem.dll16
monodebg.vxd
mountmgr.sys mountmgr.sys: Implemented FileFsSizeInformation and FileFsFullSizeInformation volume queries. 2022-09-01 17:49:33 +02:00
mouse.drv16
mp3dmod
mpr
mprapi
msacm.dll16
msacm32
msacm32.drv
msado15
msadp32.acm
msasn1
mscat32
mscms mscms: Merge the profile and transform handle tables. 2022-07-08 10:48:54 +02:00
mscoree mscoree: Avoid using pointer after free. 2022-06-15 11:53:29 +02:00
mscorwks
msctf
msctfmonitor
msctfp
msdaps
msdasql
msdelta
msdmo
msdrm
msftedit
msg711.acm
msgsm32.acm
mshtml mshtml: Send StorageEvents to iframe windows properly. 2022-09-14 22:38:35 +02:00
mshtml.tlb
msi msi: Avoid using pointer value after free. 2022-06-15 11:53:29 +02:00
msident
msimg32
msimsg
msimtf
msisip
msisys.ocx
msls31
msnet32
mspatcha
msports
msrle32
msscript.ocx
mssign32
mssip32
mstask
msv1_0 msv1_0: Add support for SECPKG_ATTR_KEY_INFO. 2022-07-12 22:51:29 +02:00
msvcirt
msvcm80
msvcm90
msvcp60 msvcp60: Use 'MultiByteToWideChar' in __Fiopen implementation. 2022-08-15 18:12:19 +02:00
msvcp70
msvcp71
msvcp80
msvcp90 msvcp140: Add _ExceptionHolder::ReportUnhandledError stub. 2022-09-07 21:16:26 +02:00
msvcp100
msvcp110
msvcp120
msvcp120_app
msvcp140 msvcp140: Add _ExceptionHolder::ReportUnhandledError stub. 2022-09-07 21:16:26 +02:00
msvcp140_1
msvcp140_2 msvcp140_2: Add stub dll. 2022-07-04 18:04:03 +02:00
msvcp140_atomic_wait
msvcp_win msvcp140: Add _ExceptionHolder::ReportUnhandledError stub. 2022-09-07 21:16:26 +02:00
msvcr70
msvcr71
msvcr80
msvcr90
msvcr100 msvcr100: Implement invalid_multiple_scheduling exception. 2022-07-18 10:40:13 +02:00
msvcr110 msvcr100: Implement invalid_multiple_scheduling exception. 2022-07-18 10:40:13 +02:00
msvcr120 msvcr100: Implement invalid_multiple_scheduling exception. 2022-07-18 10:40:13 +02:00
msvcr120_app msvcr100: Implement invalid_multiple_scheduling exception. 2022-07-18 10:40:13 +02:00
msvcrt msvcrt: Add SEH annotations for sse2_memcpy(). 2022-09-07 21:16:47 +02:00
msvcrt20
msvcrt40
msvcrtd
msvfw32 msvfw32: Use window name to determine if window is created using MCIWndCreate. 2022-09-05 18:53:06 +02:00
msvidc32
msvideo.dll16
mswsock
msxml
msxml2
msxml3 xml2: Import upstream release 2.10.0. 2022-08-17 19:08:23 +02:00
msxml4
msxml6
mtxdm
ncrypt ncrypt: Use BCrypt algorithm pseudo-handles. 2022-09-13 16:22:21 +02:00
nddeapi
ndis.sys
netapi32
netcfgx
netio.sys
netprofm
netutils
newdev
ninput
normaliz
npmshtml
npptools
nsi
nsiproxy.sys nsiproxy.sys: Support media connect state on Linux. 2022-08-09 15:53:58 +02:00
ntdll ntdll: Do not check for malloc() failure in get_initial_environment. 2022-09-16 21:08:28 +02:00
ntdsapi
ntoskrnl.exe ntoskrnl/tests: Fix affinity test when there are too many CPUs. 2022-09-12 12:46:25 +02:00
ntprint
objsel
odbc32
odbcbcp
odbccp32
odbccu32
ole2.dll16
ole2conv.dll16
ole2disp.dll16
ole2nls.dll16
ole2prox.dll16
ole2thk.dll16
ole32 combase: Omit thread ID from the stub manager ipid for MTA objects. 2022-08-30 21:38:39 +02:00
oleacc
oleaut32 oleaut32: Check that the 32/64 syskind matches when getting a typelib from the cache. 2022-09-12 12:46:30 +02:00
olecli.dll16
olecli32
oledb32 oledb32/tests: Free returned property set memory. 2022-09-19 20:10:26 +02:00
oledlg
olepro32
olesvr.dll16
olesvr32
olethk32
opcservices
openal32 makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
opencl makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
opengl32 opengl32/tests: Remove depth 32 / stencil 0 test in test_choosepixelformat(). 2022-07-29 21:34:32 +02:00
packager
pdh
photometadatahandler
pidgen
powrprof
printui
prntvpt prntvpt: Use CRT allocation functions. 2022-09-02 11:27:27 +02:00
propsys
psapi
pstorec
pwrshplugin
qasf qasf/tests: Test ASF Reader filter threading wrt. ReceiveCanBlock. 2022-08-24 14:58:06 -05:00
qcap
qdvd
qedit qedit: Do not force the sample to be freed in SampleGrabber_callback(). 2022-07-18 22:07:04 +02:00
qmgr
qmgrprxy
quartz quartz: Test: Files opened with FileSource can be deleted. 2022-08-10 11:35:22 +02:00
query
qwave
rasapi16.dll16
rasapi32
rasdlg
regapi
resutils
riched20 riched20/test: Add scrolling test for richole. 2022-07-28 17:34:02 +02:00
riched32
rpcrt4 rpcrt4: Add SEH annotations to NdrClientCall2(). 2022-09-07 21:16:49 +02:00
rsabase
rsaenh rsaenh: Use BCrypt algorithm pseudo-handles. 2022-09-13 16:22:21 +02:00
rstrtmgr
rtutils
rtworkq
samlib
sane.ds makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
sapi sapi: Add AudioInput registry key. 2022-08-05 20:14:41 +02:00
sas
scarddlg
sccbase
schannel
schedsvc schedsvc: Read task enable state from XML in SchRpcGetTaskInfo(). 2022-07-18 11:42:42 +02:00
scrobj
scrrun scrrun: Store full path in folder object. 2022-09-06 21:40:39 +02:00
scsiport.sys
sechost sechost: Support decimal or octal access rights in ConvertStringSecurityDescriptorToSecurityDescriptor. 2022-07-06 20:32:39 +02:00
secur32 secur32: Define AES-CCM ciphers missing from GNUTLS before 3.4.0. 2022-08-08 18:47:39 +02:00
security
sensapi
serialui
setupapi makefiles: Avoid adding the same source multiple times. 2022-07-28 17:46:50 +02:00
setupx.dll16
sfc
sfc_os
shcore
shdoclc
shdocvw
shell.dll16
shell32 shell32: Don't return an uninitialized pointer on error in enum_trash_items(). 2022-09-09 17:30:55 +02:00
shfolder
shlwapi shlwapi/tests: Use wide strings literals. 2022-08-08 18:49:28 +02:00
slbcsp
slc
snmpapi
softpub
sound.drv16
spoolss
sppc
srclient
srvcli
sspicli
stdole2.tlb
stdole32.tlb
sti
storage.dll16
stress.dll16
strmdll
svrapi
sxs
system.drv16
t2embed
tapi32
taskschd taskschd: Return SCHED_S_TASK_HAS_NOT_RUN from regtask_get_LastRunTime() stub. 2022-07-18 11:42:43 +02:00
tbs
tdh
tdi.sys
toolhelp.dll16
traffic
twain.dll16
twain_32
typelib.dll16
tzres make_unicode: Generate the time zone registry keys. 2022-06-24 21:05:26 +02:00
ucrtbase msvcrt: Add support for C++11 operator "" in demangling. 2022-07-18 10:40:50 +02:00
uianimation
uiautomationcore uiautomationcore: Implement UiaHUiaNodeFromVariant. 2022-08-31 21:51:11 +02:00
uiribbon
unicows
updspapi
url
urlmon urlmon/tests: Make BINDSTATUS_DOWNLOADINGDATA optional in test_URLDownloadToFile_abort. 2022-09-14 22:38:34 +02:00
usbd.sys
user.exe16 win32u: Fix Get/SetWindowWord behavior on 32-bit. 2022-09-14 22:38:34 +02:00
user32 user32/tests: Don't print debug traces by default. 2022-09-16 10:23:11 +02:00
userenv
usp10
utildll
uxtheme uxtheme: Do not draw parent background even if scrollbar arrows and thumb are transparent. 2022-09-01 17:43:00 +02:00
vbscript vbscript: Use return_null in more places. 2022-06-27 22:58:21 +02:00
vcomp vcomp/tests: Limit the number of nested threads. 2022-09-13 22:07:22 +02:00
vcomp90
vcomp100
vcomp110
vcomp120
vcomp140
vcruntime140
vcruntime140_1
vdhcp.vxd
vdmdbg
ver.dll16
version version/tests: Mark a test that fails on Wow64 as todo. 2022-09-07 20:07:18 +02:00
vga
virtdisk
vmm.vxd
vnbt.vxd
vnetbios.vxd
vssapi
vtdapi.vxd
vulkan-1 vulkan-1: Make sure that user32 is loaded before ICD. 2022-07-27 23:07:06 +02:00
vwin32.vxd
w32skrnl
w32sys.dll16
wbemdisp wbemdisp: Use wcsdup() instead of internal helper. 2022-09-01 17:43:28 +02:00
wbemprox wbemprox: Provide more accurate system information. 2022-07-07 20:25:47 +02:00
wdscore
webservices webservices/tests: Mark tests that fail on 64-bit as todo. 2022-09-12 12:46:35 +02:00
websocket
wer
wevtapi
wevtsvc
wiaservc
wimgapi
win32s16.dll16
win32u win32u: Copy directly into the union pointer in unpack_message(). 2022-09-16 19:13:24 +02:00
win87em.dll16
winaspi.dll16
windebug.dll16
windows.devices.enumeration windows.devices.enumeration/tests: Add test for Stopped DeviceWatcher event. 2022-09-14 22:38:35 +02:00
windows.gaming.input windows.gaming.input: Implement stub IGamepad2 interface. 2022-06-08 15:04:56 +02:00
windows.globalization
windows.media.devices
windows.media.speech windows.media.speech: Remove WINAPI on static functions where not needed. 2022-08-31 18:32:38 +02:00
windows.networking
windowscodecs windowscodecs/tests: Clean up after running test expected to fail. 2022-09-05 13:38:25 +02:00
windowscodecsext
winealsa.drv mmdevapi: Integrate winecoreaudio's additions in unixlib.h. 2022-09-16 19:15:05 +02:00
wineandroid.drv wineandroid.drv: Add missing DM_DISPLAYORIENTATION flag on display mode. 2022-09-13 22:07:22 +02:00
winebus.sys winebus.sys/sdl: Use the 8 absolute axes supported by DIJOYSTATE2. 2022-08-03 22:15:52 +02:00
winecoreaudio.drv winecoreaudio: Switch to mmdevapi's unixlib.h. 2022-09-16 19:15:05 +02:00
winecrt0 winecrt0: Remove free_delay_imports. 2022-08-31 18:32:13 +02:00
wined3d wined3d: Return bools from all return paths in wined3d_cs_map_upload_bo(). 2022-09-15 22:33:24 +02:00
winegstreamer winegstreamer: Check for already opened stream in wm_reader_open*. 2022-09-16 21:08:20 +02:00
winehid.sys
winemac.drv win32u: Introduce a new internal WINE_DM_UNSUPPORTED display flag. 2022-09-13 22:07:22 +02:00
winemapi
wineoss.drv mmdevapi: Integrate winecoreaudio's additions in unixlib.h. 2022-09-16 19:15:05 +02:00
wineps.drv unicode: Update to Unicode 15.0.0. 2022-09-14 22:38:34 +02:00
wineps16.drv16
winepulse.drv mmdevapi: Integrate winecoreaudio's additions in unixlib.h. 2022-09-16 19:15:05 +02:00
wineusb.sys wineusb.sys: Build with msvcrt. 2022-07-13 12:50:07 +02:00
winevulkan winevulkan: Update to VK spec version 1.3.228. 2022-09-15 13:47:45 +02:00
winex11.drv winex11: Don't send WM_CANCELMODE to iconified windows. 2022-09-14 22:38:34 +02:00
winexinput.sys
wing.dll16
wing32
winhttp winhttp: Don't make a copy of the string in add_request_headers(). 2022-08-10 14:07:27 +02:00
wininet wininet: Clear cached credentials after the first failed attempt. 2022-09-16 19:15:05 +02:00
winmm mciqtz32: Fix MCI_DGV_WINDOW_HWND error handling. 2022-08-19 22:45:18 +02:00
winnls.dll16
winnls32
winscard
winsock.dll16
winspool.drv winspool.drv/tests: Fix the spelling of a variable name. 2022-08-30 22:00:55 +02:00
winsta
wintab.dll16
wintab32
wintrust
wintypes wintypes: Add RoResolveNamespace stub. 2022-08-25 12:01:35 -05:00
winusb winusb: Add WinUsb_Free stub. 2022-09-15 17:45:44 +02:00
wlanapi
wlanui
wldap32 makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
wmasf
wmi
wmiutils wmiutils: Use CRT allocation functions. 2022-09-02 11:27:37 +02:00
wmp
wmphoto
wmvcore winegstreamer: Unconditionally assign new context for ASYNC_OP_START. 2022-09-13 12:51:28 +02:00
wnaspi32
wow32
wow64 ntdll: Create NtLoadKeyEx syscall stub. 2022-09-09 23:21:58 +02:00
wow64cpu wow64cpu: Use -norelay for BTCpuSimulate. 2022-08-08 18:52:52 +02:00
wow64win win32u: Move NtUserPerMonitorDPIPhysicalToLogicalPoint implementation from user32. 2022-08-27 16:53:28 +02:00
wpc
wpcap wpcap: Implement pcap_dispatch. 2022-07-07 19:10:02 +02:00
ws2_32 ws2_32: Return a valid value for WSAIoctl SIO_IDEAL_SEND_BACKLOG_QUERY. 2022-09-16 19:13:30 +02:00
wsdapi
wshom.ocx wshom: Support default style argument in IWshShell3::Run. 2022-08-17 16:42:28 +02:00
wsnmp32
wsock32
wtsapi32
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: Return error on invalid notification value. 2022-08-04 20:13:38 +02: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
xmllite xmllite/writer: Enable some more tests for WriteNode(). 2022-09-16 19:15:05 +02:00
xolehlp xolehlp: Use CRT allocation functions. 2022-07-13 12:50:07 +02:00
xpsprint
xpssvcs