wine/dlls
Eric Pouech 52a83ffe4e avifil32: Fix GCC 12.2 warning (-Warray-bounds).
Since struct _IAVIStreamImpl has a pointer to a WAVEFORMATEX,
GCC 12.2 emits warning when dereferencing that pointer when
the block has been allocated with sizeof(PCMWAVEFORMAT).

The warning is fixed by always allocating with sizeof(WAVEFORMATEX).
This will overallocate in case of a PCM stream.

The alternative would have been to store in struct _IAVIStreamImpl
a pointer to PCMWAVEFORMAT instead, and add the casting to a
WAVEFORMATEX when needed. That would clutter the code IMO since most
of the ACM APIs expect a LPWAVEFORMATEX.

/home/eric/work/wine/dlls/avifil32/acmstream.c: In function 'AVIFILE_OpenCompressor':
/home/eric/work/wine/dlls/avifil32/acmstream.c:105:24: warning: array subscript 'struct tWAVEFORMATEX[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds]
  105 |       This->lpOutFormat->wFormatTag = WAVE_FORMAT_PCM;
      |                        ^~
/home/eric/work/wine/dlls/avifil32/acmstream.c:101:27: note: object of size 16 allocated by 'HeapAlloc'
  101 |       This->lpOutFormat = HeapAlloc(GetProcessHeap(), 0, This->cbOutFormat);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-09-22 21:09:05 +02:00
..
acledit
aclui
activeds activeds/tests: Enable compilation with long types. 2022-02-23 10:17:25 +01:00
activeds.tlb
actxprxy include: Add IParentAndItem definition. 2022-04-28 11:35:31 +02:00
adsldp adsldp/tests: Get rid of workarounds for Windows XP. 2022-09-20 20:53:10 +02:00
adsldpc
advapi32 advapi32/tests: Mark some failing tests as todo. 2022-09-16 14:07:13 +02:00
advpack advpack/tests: Enable compilation with long types. 2022-02-23 10:17:25 +01:00
amsi
amstream amstream: Use CRT memory allocators. 2022-03-28 10:11:48 +02:00
apisetschema apisetschema: Add api-ms-win-core-winrt-robuffer-l1-1-0. 2022-04-25 11:37:09 +02:00
apphelp apphelp/tests: Enable compilation with long types. 2022-02-23 10:17:25 +01:00
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 atlthunk/tests: Build without -DWINE_NO_LONG_TYPES. 2022-02-22 18:20:23 +01:00
atmlib
authz
avicap32 avicap32: Fail gracefully if V4L is unavailable. 2022-06-03 21:42:01 +02:00
avifil32 avifil32: Fix GCC 12.2 warning (-Warray-bounds). 2022-09-22 21:09:05 +02:00
avifile.dll16
avrt
bcrypt bcrypt: Rename mode_id to chain_mode. 2022-09-13 16:22:20 +02:00
bluetoothapis
browseui browseui/tests: Remove string conversion helper. 2022-03-28 22:21:47 +02:00
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 comcat/tests: Enable compilation with long types. 2022-02-23 10:17:25 +01:00
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 comdlg32: Use I width modifier instead of casting to LONG. 2022-04-06 23:07:20 +02:00
comm.drv16
commdlg.dll16
compobj.dll16
compstui compstui: Add CommonPropertySheetUI tests. 2022-08-17 19:23:12 +02:00
comsvcs comsvcs: Use CRT memory allocation functions. 2022-03-31 20:48:43 +02:00
concrt140 concrt140: Use atomic write for releasing threadsafe_queue spin lock. 2022-09-20 09:24:37 +02:00
connect
credui credui/tests: Enable compilation with long types. 2022-02-23 10:17:25 +01:00
crtdll
crypt32 crypt32: Support CRYPT_STRING_HEX in CryptStringToBinary(). 2022-09-21 21:26:37 +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
cryptowinrt cryptowinrt: Implement GenerateRandomNumber(). 2022-09-20 09:28:38 +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 d3d10_1/tests: Add shader reflection tests. 2022-03-03 18:58:59 +01:00
d3d10core d3d10core/tests: Ignore random WARP failures in test_pipeline_statistics_query. 2022-09-21 21:26:05 +02:00
d3d11 d3d11/tests: Use a pixel shader that consumes SV_Position in test_pipeline_statistics_query(). 2022-09-21 21:26:03 +02:00
d3d12 d3d12: Build without -DWINE_NO_LONG_TYPES. 2022-03-18 17:31:39 +01:00
d3dcompiler_33 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_34 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_35 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_36 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_37 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_38 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_39 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_40 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_41 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_42 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_43 d3dcompiler: Remove todo_wine from tests that succeed now. 2022-06-24 22:38:47 +02:00
d3dcompiler_46 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_47 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
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: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_25 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_26 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_27 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_28 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_29 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_30 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_31 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_32 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_33 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_34 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_35 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_36 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_37 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_38 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_39 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_40 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_41 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_42 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
d3dx9_43 d3dx9: Build without -DWINE_NO_LONG_TYPES. 2022-05-20 16:51:02 +02:00
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 d3dxof/tests: Remove redundant skips after ok() calls. 2022-04-13 21:58:18 +02:00
davclnt
dbgeng dbgeng: Update to IDebugAdvanced3 stub. 2022-04-04 19:52:45 +02:00
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 ddrawex/tests: Simplify refcount helper. 2022-04-13 18:17:31 +02:00
devenum devenum/tests: Build without -DWINE_NO_LONG_TYPES. 2022-03-03 21:29:47 +01:00
dhcpcsvc dhcpcsvc/tests: Enable compilation with long types. 2022-02-24 20:22:21 +01:00
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 directmanipulation: Use CRT memory allocation functions. 2022-04-01 12:54:50 +02:00
dispdib.dll16
dispex dispex/tests: Use CRT allocation functions. 2022-04-08 11:49:51 +02:00
display.drv16
dmband
dmcompos dmusic: Sync up the dmobject.c files. 2022-02-23 20:57:55 +01:00
dmime
dmloader
dmscript dmusic: Sync up the dmobject.c files. 2022-02-23 20:57:55 +01:00
dmstyle dmstyle: Don't cast size_t to DWORD in trace, use %I instead. 2022-04-07 22:44:38 +02:00
dmsynth
dmusic dmusic: Sync up the dmobject.c files. 2022-02-23 20:57:55 +01:00
dmusic32
dnsapi makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
dplay
dplayx dplayx/tests: Enable compilation with long types. 2022-02-25 11:53:25 +01:00
dpnaddr
dpnet dpnet/tests: Enable compilation with long types. 2022-02-25 11:53:30 +01:00
dpnhpast
dpnhupnp
dpnlobby
dpvoice dpvoice/tests: Enable compilation with long types. 2022-02-24 20:22:21 +01:00
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 dxdiagn: Use I64 width modifier for 64-bit integers in printf. 2022-04-08 11:50:18 +02:00
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 dxva2: Use CRT memory allocation functions. 2022-04-01 12:54:36 +02:00
esent
evr evr/filter: Initial implementation of sample rendering. 2022-09-06 21:40:39 +02:00
explorerframe explorerframe/tests: Use CRT memory allocation functions. 2022-04-04 19:52:45 +02:00
faultrep faultrep/tests: Enable compilation with long types. 2022-02-24 20:22:21 +01:00
feclient
fltlib
fltmgr.sys
fntcache
fontsub
fusion fusion: Use BCrypt algorithm pseudo-handles. 2022-09-13 16:22:21 +02:00
fwpuclnt
gameux gameux/tests: Enable compilation with long types. 2022-02-28 21:30:19 +01:00
gamingtcui
gdi.exe16 win32u: Move dib.drv implementation from gdi.exe. 2022-03-21 16:12:07 +01:00
gdi32 unicode: Update to Unicode 15.0.0. 2022-09-14 22:38:34 +02:00
gdiplus gdiplus: Accept newer version in OpenType header. 2022-04-11 11:54:54 +02:00
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 ntoskrnl: Add KeLowerIrql stub. 2022-05-31 22:52:44 +02:00
hhctrl.ocx
hid hid: Implement HidD_GetPhysicalDescriptor. 2022-03-30 21:56:39 +02:00
hidclass.sys hidclass: Expose ContainerID from underlying driver. 2022-07-25 11:22:29 +02:00
hidparse.sys
hlink hlink: Return requested interface from HlinkCreateFromString(). 2022-04-11 17:34:48 +02:00
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 imagehlp/tests: Enable compilation with long types. 2022-02-28 10:32:11 +01:00
imm.dll16
imm32 win32u: Use platform-independent layout for ntuser_thread_info. 2022-08-09 15:55:43 +02:00
inetcomm inetcomm/tests: Enable compilation with long types. 2022-02-28 10:32:19 +01:00
inetcpl.cpl inetcpl.cpl: Fix typo. 2022-07-12 22:51:29 +02:00
inetmib1 inetmib1/tests: Enable compilation with long types. 2022-02-28 10:32:22 +01:00
infosoft infosoft/tests: Enable compilation with long types. 2022-02-28 10:32:25 +01:00
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 itss/tests: Enable compilation with long types. 2022-02-28 10:32:31 +01:00
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 jsproxy/tests: Enable compilation with long types. 2022-02-28 10:32:34 +01:00
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: Add MapViewOfFileFromApp(). 2022-09-19 20:11:37 +02:00
keyboard.drv16
krnl386.exe16 krnl386.exe: Fix VxD filename format checks in __wine_vxd_open(). 2022-02-23 10:34:51 +01:00
ksecdd.sys
ksproxy.ax
ksuser
ktmw32
l3codeca.acm l3codeca.acm: Avoid mpg123 functions with suffix. 2022-05-23 18:56:32 +02:00
light.msstyles light.msstyles: Add window parts. 2022-06-30 10:55:02 +02:00
loadperf
localspl localspl/tests: Enable compilation with long types. 2022-02-28 21:30:19 +01:00
localui localui/tests: Use CRT allocation functions. 2022-04-07 22:44:38 +02:00
lz32 lz32/tests: Enable compilation with long types. 2022-02-28 21:30:19 +01:00
lzexpand.dll16
mapi32 mapi32/tests: Enable compilation with long types. 2022-02-28 21:30:19 +01:00
mapistub
mciavi32 mciavi32: Use I width modifier instead of casting to DWORD. 2022-04-06 23:07:20 +02:00
mcicda
mciqtz32 mciqtz32: Fix MCI_DGV_WINDOW_HWND error handling. 2022-08-19 22:45:18 +02:00
mciseq
mciwave mciwave: Fix bad free in MCI_SendCommandAsync (Coverity). 2022-04-07 22:44:39 +02:00
mf winegstreamer: Better implement H264 MFT GetAttributes and GetOutputStreamAttributes. 2022-09-15 13:47:45 +02:00
mf3216
mferror
mfmediaengine mfmediaengine/tests: Remove unused header include. 2022-04-01 12:54:40 +02:00
mfplat mfplat: Partially implement MFInitMediaTypeFromAMMediaType(). 2022-08-27 16:53:13 +02:00
mfplay mfplay: Prevent usage of uninitialized pointer in error case (Coverity). 2022-04-27 16:14:24 +02:00
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 midimap: Handle MIDI running status. 2022-05-26 19:02:59 +02:00
mlang mlang: Skip locales that can't be converted to rfc1766 format. 2022-03-21 17:31:53 +01:00
mmcndmgr mmcndmgr/tests: Enable compilation with long types. 2022-03-01 10:37:22 +01:00
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 mp3dmod: Avoid mpg123 functions with suffix. 2022-05-23 18:56:34 +02:00
mpr mpr/tests: Enable compilation with long types. 2022-03-01 10:37:32 +01:00
mprapi
msacm.dll16
msacm32 msacm32/tests: Enable compilation with long types. 2022-03-03 21:30:39 +01:00
msacm32.drv
msado15 msado15: Implement _Recordset get_EditMode. 2022-05-04 21:27:25 +02:00
msadp32.acm msadpm: Stop decoding instead of crashing for invalid adpcm data. 2022-05-23 20:51:55 +02:00
msasn1 msasn1/tests: Enable compilation with long types. 2022-03-01 10:37:43 +01:00
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 msctf/tests: Enable compilation with long types. 2022-03-01 10:37:49 +01:00
msctfmonitor
msctfp
msdaps
msdasql msdasql: Implement IColumnsRowset GetAvailableColumns. 2022-09-20 09:22:25 +02:00
msdelta
msdmo msdmo/tests: Enable compilation with long types. 2022-03-01 10:37:52 +01:00
msdrm
msftedit msftedit/tests: Enable compilation with long types. 2022-03-01 10:37:07 +01:00
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 mspatcha/tests: Enable compilation with long types. 2022-03-01 10:38:01 +01:00
msports
msrle32 msrle32/tests: Enable compilation with long types. 2022-03-01 10:38:05 +01:00
msscript.ocx msscript.ocx/tests: Enable compilation with long types. 2022-03-01 10:38:20 +01:00
mssign32
mssip32
mstask mstask/tests: Fix the compare_trigger_state() failure lines. 2022-05-16 20:46:49 +02:00
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 msvcp90: Use atomic write for releasing threadsafe_queue spin lock. 2022-09-20 09:24:38 +02:00
msvcp100
msvcp110 msvcp110: Add _Mtx_reset_owner implementation. 2022-03-15 18:05:27 +01:00
msvcp120 msvcp110: Add _Mtx_reset_owner implementation. 2022-03-15 18:05:27 +01:00
msvcp120_app msvcp110: Add _Mtx_reset_owner implementation. 2022-03-15 18:05:27 +01:00
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 msvcp140_atomic_wait: Add __std_atomic_wait_direct implementation. 2022-04-28 11:35:56 +02:00
msvcp_win msvcp140: Add _ExceptionHolder::ReportUnhandledError stub. 2022-09-07 21:16:26 +02:00
msvcr70 msvcrt: Fix strncmp return value. 2022-09-19 20:12:32 +02:00
msvcr71 msvcrt: Fix strncmp return value. 2022-09-19 20:12:32 +02:00
msvcr80 msvcrt: Fix strncmp return value. 2022-09-19 20:12:32 +02:00
msvcr90 msvcrt: Fix strncmp return value. 2022-09-19 20:12:32 +02:00
msvcr100 msvcrt: Fix strncmp return value. 2022-09-19 20:12:32 +02:00
msvcr110 msvcrt: Fix strncmp return value. 2022-09-19 20:12:32 +02:00
msvcr120 msvcrt: Fix strncmp return value. 2022-09-19 20:12:32 +02:00
msvcr120_app msvcr100: Implement invalid_multiple_scheduling exception. 2022-07-18 10:40:13 +02:00
msvcrt msvcr100: Fix crash when setting scheduler in schedule_task_proc. 2022-09-19 20:12:51 +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 ndis.sys/tests: Enable compilation with long types. 2022-03-01 10:38:40 +01:00
netapi32 netapi32: Remove obsolete -D_SVRAPI_ from Makefile.in. 2022-05-02 11:35:09 +02:00
netcfgx netcfgx/tests: Enable compilation with long types. 2022-03-01 10:38:51 +01:00
netio.sys
netprofm netprofm/tests: Enable compilation with long types. 2022-03-01 10:38:56 +01:00
netutils
newdev
ninput ninput/tests: Enable compilation with long types. 2022-03-02 20:17:15 +01:00
normaliz
npmshtml
npptools
nsi nsi: Allocate a small buffer at once in NsiAllocateAndGetTable(). 2022-05-17 16:49:17 +02:00
nsiproxy.sys nsiproxy.sys: Support media connect state on Linux. 2022-08-09 15:53:58 +02:00
ntdll ntdll/tests: Test for NtRegLoadKey roothandle parameter. 2022-09-22 17:58:16 +02:00
ntdsapi ntdsapi/tests: Enable compilation with long types. 2022-03-02 20:17:15 +01:00
ntoskrnl.exe ntoskrnl: Implement KeGetCurrentProcessorNumberEx. 2022-09-21 21:29:20 +02:00
ntprint ntprint/tests: Enable compilation with long types. 2022-03-02 20:17:15 +01:00
objsel
odbc32
odbcbcp
odbccp32 odbccp32/tests: Enable compilation with long types. 2022-03-02 20:17:15 +01:00
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 oleacc: Add IAccessible refcount tests. 2022-05-17 17:52:48 +02:00
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 oledlg/tests: Enable compilation with long types. 2022-03-02 20:17:15 +01:00
olepro32
olesvr.dll16
olesvr32
olethk32
opcservices opcservices/tests: Use wide strings in test data. 2022-03-29 20:53:50 +02:00
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 packager/tests: Enable compilation with long types. 2022-03-03 12:06:36 +01:00
pdh pdh/tests: Enable compilation with long types. 2022-03-03 12:06:36 +01:00
photometadatahandler
pidgen
powrprof powrprof: Add PowerSettingUnregisterNotification stub. 2022-03-01 22:41:15 +01:00
printui printui: Use LocalFree for memory allocated by LocalAlloc (Coverity). 2022-04-25 11:32:42 +02:00
prntvpt prntvpt: Use CRT allocation functions. 2022-09-02 11:27:27 +02:00
propsys propsys/tests: Add VariantToStringWithDefault tests. 2022-04-01 20:30:57 +02:00
psapi psapi/tests: Enable compilation with long types. 2022-03-03 12:06:36 +01:00
pstorec pstorec/tests: Enable compilation with long types. 2022-03-03 12:06:36 +01:00
pwrshplugin
qasf qasf/tests: Test ASF Reader filter threading wrt. ReceiveCanBlock. 2022-08-24 14:58:06 -05:00
qcap qcap/filewriter: Avoid casting to DWORD in an ERR message. 2022-04-08 21:23:27 +02:00
qdvd qdvd/tests: Enable compilation with long types. 2022-03-03 21:29:34 +01:00
qedit qedit: Do not force the sample to be freed in SampleGrabber_callback(). 2022-07-18 22:07:04 +02:00
qmgr qmgr: Use CRT allocation functions. 2022-04-07 22:44:38 +02:00
qmgrprxy
quartz quartz: Test: Files opened with FileSource can be deleted. 2022-08-10 11:35:22 +02:00
query
qwave qwave/tests: Enable compilation with long types. 2022-03-03 12:06:36 +01:00
rasapi16.dll16
rasapi32 rasapi32/tests: Enable compilation with long types. 2022-03-04 10:06:33 +01:00
rasdlg
regapi
resutils
riched20 riched20/test: Add scrolling test for richole. 2022-07-28 17:34:02 +02:00
riched32 riched32/tests: Enable compilation with long types. 2022-03-04 10:06:41 +01:00
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 rtqwork: Trace 64-bit integers with I64 width modifier. 2022-04-11 10:12:07 +02:00
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 schannel/tests: Enable compilation with long types. 2022-03-04 10:07:11 +01:00
schedsvc schedsvc: Read task enable state from XML in SchRpcGetTaskInfo(). 2022-07-18 11:42:42 +02:00
scrobj scrobj/tests: Use CRT memory allocation functions. 2022-03-30 11:03:38 +02:00
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: Implement basic functionality for LsaGetLogonSessionData. 2022-09-22 17:57:58 +02:00
security
sensapi
serialui serialui/tests: Enable compilation with long types. 2022-03-04 10:07:37 +01:00
setupapi makefiles: Avoid adding the same source multiple times. 2022-07-28 17:46:50 +02:00
setupx.dll16
sfc sfc_os: Stub SfpVerifyFile(). 2022-05-02 22:43:53 +02:00
sfc_os sfc_os: Stub SfpVerifyFile(). 2022-05-02 22:43:53 +02:00
shcore
shdoclc
shdocvw shdocvw: Remove obsolete -D_SHDOCVW_ from Makefile.in. 2022-05-02 11:34:45 +02:00
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 slc/tests: Enable compilation with long types. 2022-03-07 20:53:12 +01:00
snmpapi snmpapi: Trace 64-bit integers with I64 width modifier. 2022-04-08 11:50:31 +02:00
softpub
sound.drv16
spoolss spoolss/tests: Enable compilation with long types. 2022-03-08 22:43:36 +01:00
sppc
srclient
srvcli
sspicli
stdole2.tlb
stdole32.tlb
sti sti/tests: Enable compilation with long types. 2022-03-07 20:53:12 +01:00
storage.dll16
stress.dll16
strmdll
svrapi
sxs sxs/tests: Use CRT memory allocation functions. 2022-04-01 12:54:45 +02:00
system.drv16
t2embed
tapi32 tapi32: Add lineSetDevConfigW stub. 2022-05-30 22:07:43 +02:00
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
threadpoolwinrt threadpoolwinrt: Add initial implementation of RunAsync. 2022-09-20 09:26:11 +02:00
toolhelp.dll16
traffic
twain.dll16
twain_32 twain_32/tests: Enable compilation with long types. 2022-03-07 20:53:12 +01:00
typelib.dll16
tzres make_unicode: Generate the time zone registry keys. 2022-06-24 21:05:26 +02:00
ucrtbase msvcrt: Fix strncmp return value. 2022-09-19 20:12:32 +02:00
uianimation uianimation: Use CRT allocation functions. 2022-04-04 19:52:45 +02:00
uiautomationcore uiautomationcore: Add tests for UiaNodeFromHandle. 2022-09-20 09:27:30 +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: Fix a memory allocation strategy. 2022-09-19 20:13:12 +02:00
userenv userenv/tests: Enable compilation with long types. 2022-03-08 09:36:33 +01:00
usp10 kernelbase: Reimplement LOCALE_SNATIVEDIGITS in GetLocaleInfoW/Ex using the locale.nls data. 2022-03-29 20:35:23 +02:00
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 vcomp110/tests: Enable compilation with long types. 2022-03-08 09:37:23 +01:00
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 virtdisk/tests: Enable compilation with long types. 2022-03-08 09:37:41 +01:00
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 wer: Use CRT memory allocation functions. 2022-03-29 20:53:50 +02:00
wevtapi wevtapi/tests: Enable compilation with long types. 2022-03-08 09:37:55 +01:00
wevtsvc
wiaservc wiaservc/tests: Enable compilation with long types. 2022-03-09 11:38:47 +01:00
wimgapi wimgapi: Enable compilation with long types. 2022-02-22 18:20:23 +01:00
win32s16.dll16
win32u win32u: Use allocator mechanism to allocate DC attributes. 2022-09-20 20:53:17 +02:00
win87em.dll16 win87em.dll16: Enable compilation with long types. 2022-02-22 18:20:23 +01:00
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.globalization: Use a flexible array member for hstring_vector. 2022-03-24 23:22:06 +01:00
windows.media.devices windows.media.devices/tests: Enable compilation with long types. 2022-03-09 11:39:01 +01:00
windows.media.speech windows.media.speech: Remove WINAPI on static functions where not needed. 2022-08-31 18:32:38 +02:00
windows.networking windows.networking: Add stub dll. 2022-04-25 15:08:43 +02:00
windowscodecs windowscodecs/tests: Clean up after running test expected to fail. 2022-09-05 13:38:25 +02:00
windowscodecsext windowscodecsext/tests: Enable compilation with long types. 2022-03-09 20:54:16 +01:00
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: Merge wm_syncreader.c into wm_reader.c. 2022-09-20 09:26:25 +02:00
winehid.sys
winemac.drv winemac: Implement wow64 thunks. 2022-09-20 20:52:58 +02:00
winemapi winemapi: Enable compilation with long types. 2022-02-23 10:17:25 +01:00
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 win32u: Introduce NtUserSendDriverMessage. 2022-09-20 20:52:56 +02:00
winexinput.sys winexinput.sys: Clear the buffer passed to IOCTL_HID_GET_DEVICE_DESCRIPTOR. 2022-05-16 22:10:15 +02:00
wing.dll16 wing.dll16: Enable compilation with long types. 2022-02-22 18:20:23 +01:00
wing32
winhttp winhttp/tests: Fix test failure caused by expired client certificate. 2022-09-21 21:26:50 +02:00
wininet wininet: Use standard HTTP_ADD Flags. 2022-09-19 20:10:47 +02:00
winmm mciqtz32: Fix MCI_DGV_WINDOW_HWND error handling. 2022-08-19 22:45:18 +02:00
winnls.dll16
winnls32
winscard winscard: Enable compilation with long types. 2022-02-22 18:20:23 +01:00
winsock.dll16
winspool.drv winspool.drv/tests: Fix the spelling of a variable name. 2022-08-30 22:00:55 +02:00
winsta winsta: Enable compilation with long types. 2022-02-22 18:20:23 +01:00
wintab.dll16 wintab.dll16: Enable compilation with long types. 2022-02-22 18:20:23 +01:00
wintab32 wintab32/tests: Enable compilation with long types. 2022-03-09 19:11:43 +01:00
wintrust wintrust/tests: Enable compilation with long types. 2022-03-09 19:11:43 +01:00
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 wlanapi/tests: Enable compilation with long types. 2022-03-10 09:30:23 +01:00
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 wmp/tests: Remove unused include. 2022-04-07 22:44:38 +02:00
wmphoto wmphoto: Zero user buffer before calling jxrlib Copy. 2022-05-23 09:48:55 +02:00
wmvcore winegstreamer: Aggregate a IWMSyncReader in the async reader. 2022-09-20 09:26:23 +02:00
wnaspi32 wnaspi32: Enable compilation with long types. 2022-02-22 18:20:23 +01:00
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 wpc/tests: Enable compilation with long types. 2022-03-10 09:30:42 +01:00
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 wsdapi/tests: Enable compilation with long types. 2022-03-10 09:31:30 +01:00
wshom.ocx wshom: Support default style argument in IWshShell3::Run. 2022-08-17 16:42:28 +02:00
wsnmp32
wsock32 wsock32: Enable compilation with long types. 2022-02-23 10:17:25 +01:00
wtsapi32 wtsapi32/tests: Enable compilation with long types. 2022-03-10 09:31:33 +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: 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/tests: Remove failing legacy CLSID tests. 2022-06-01 21:40:14 +02:00
xaudio2_8
xaudio2_9
xinput1_1
xinput1_2
xinput1_3 xinput1_3: Support multiple HID simple haptics controller collections. 2022-03-14 18:30:55 +01:00
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