Commit graph

167866 commits

Author SHA1 Message Date
Shaun Ren ad8f354f62 msttsengine: Add stub dll. 2023-11-08 17:25:41 +01:00
Brendan Shanks a5f17fac3e ntdll/unix: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2023-11-08 17:25:41 +01:00
Dmitry Timoshkov 909204005b ntdll: Add ACTCTX field limit checks to RtlCreateActivationContext().
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
2023-11-08 17:24:16 +01:00
Dmitry Timoshkov e8ce99792e kernel32: Add ACTCTX field limit checks to CreateActCtxA().
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
2023-11-08 17:24:16 +01:00
Dmitry Timoshkov 54479863ce kernel32/tests: Add some tests for CreateActCtx() with different structure sizes.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
2023-11-08 17:24:16 +01:00
Alistair Leslie-Hughes 2690984822 msdasql: IColumnsRowset::GetAvailableColumns return 3 meta columns to allow updating of a row. 2023-11-08 17:24:16 +01:00
Eric Pouech 40251bff42 wininet: Use SecureZeroMemory() to clear magic fields.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-08 17:24:16 +01:00
Eric Pouech 8c259abbe5 wsdapi: Use SecureZeroMemory() to clear magic fields.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-08 14:29:14 +01:00
Eric Pouech fce67d1ec2 wintrust: Use SecureZeroMemory() to clear magic fields.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-08 14:29:04 +01:00
Eric Pouech c20a0dc6a4 winscard: Use SecureZeroMemory() to clear magic fields.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-08 14:28:57 +01:00
Alexandre Julliard 4502eb56ba configure: Use hidden visibility also when building Unix libraries. 2023-11-08 10:27:21 +01:00
Alexandre Julliard c7a2aaf234 widl: Remove DECLSPEC_HIDDEN from generated files. 2023-11-08 10:11:17 +01:00
Alexandre Julliard 19cc2439ed include: Remove DECLSPEC_HIDDEN from GUID definitions. 2023-11-08 10:10:50 +01:00
Alexandre Julliard 30ce97dd20 include: Remove DECLSPEC_HIDDEN from RPC functions. 2023-11-08 10:09:47 +01:00
Alexandre Julliard d597d04924 include: Remove DECLSPEC_HIDDEN from winecrt0 functions. 2023-11-08 10:09:22 +01:00
Alexandre Julliard a02ff4b5d3 include: Remove DECLSPEC_HIDDEN from standard Dll* functions. 2023-11-08 10:08:39 +01:00
Alistair Leslie-Hughes d4223b255c mpr: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:06:01 +01:00
Alistair Leslie-Hughes 2aa688326d ntoskrnl.exe: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:58 +01:00
Alistair Leslie-Hughes d8f37d0a04 rsaenh: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:58 +01:00
Alistair Leslie-Hughes ee211f34c6 itss: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:58 +01:00
Alistair Leslie-Hughes fc99a18a88 uiribbon: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Alistair Leslie-Hughes 00300d73c0 mstask: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Alistair Leslie-Hughes d8ce4f61b1 advpack: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Alistair Leslie-Hughes 580fb24708 sti: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Alistair Leslie-Hughes b279a4f63e hnetcfg: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Alistair Leslie-Hughes e9ff53e098 propsys: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Alistair Leslie-Hughes f818ac4a8c gameux: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Alistair Leslie-Hughes 354b11cd9d uiautomationcore: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Alistair Leslie-Hughes de3ac6a5e7 wintrust: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Alistair Leslie-Hughes 6c4844292f browseui: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Alistair Leslie-Hughes dee38488eb sechost: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Alistair Leslie-Hughes 83da83ef98 msimtf: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Alistair Leslie-Hughes ef51f7b402 hlink: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
Zebediah Figura d7d782b112 gitlab: Enable d3d10core:d3d10core and d3d8:visual.
These pass on llvmpipe now.
2023-11-08 10:04:57 +01:00
Rémi Bernon 442db8a131 dmime: Send notification messages from segment_play_chunk. 2023-11-07 23:00:10 +01:00
Rémi Bernon 5604397135 dmime: Implement segment state chunked playback. 2023-11-07 23:00:10 +01:00
Rémi Bernon 63661495b4 dmime: Support start_time and end_time Play parameters. 2023-11-07 23:00:09 +01:00
Rémi Bernon 1cf8f92a18 dmband: Support start_time and end_time Play parameters. 2023-11-07 23:00:09 +01:00
Rémi Bernon 0b98e472b4 dmime: Fix performance message requeue-ing from the message thread. 2023-11-07 23:00:09 +01:00
Alexandre Julliard 540219df96 ddraw: Use SecureZeroMemory to clear the clipper vtbl. 2023-11-07 22:58:40 +01:00
Eric Pouech 7562292cea user32: Use SecureZeroMemory to clear magic fields.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-07 22:05:35 +01:00
Eric Pouech 0e967a5cec secur32: Use SecureZeroMemory to clear magic fields.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-07 22:05:35 +01:00
Eric Pouech 2367415d32 dssenh: Use SecureZeroMemory to clear magic fields.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-07 22:05:35 +01:00
Eric Pouech 68edddc98b pdh: Zero out magic fields with SecureZeroMemory().
gcc tends to optimize away the magic field cleanup, leading to
believe the query is still allocated.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-07 22:05:35 +01:00
Zebediah Figura b3e0271b57 wined3d/glsl: Flush NaN to zero in ftoi.
Ported from 257a351f37b7f17d2e80b5557593a9b0a4998963 in vkd3d.
2023-11-07 22:05:35 +01:00
Zebediah Figura f30418e861 wined3d/glsl: Clamp ftoi upper bound to INT_MAX.
Ported from a5b6162d258faa42a03e53af9fb513473b4255a3 in vkd3d.
2023-11-07 22:05:35 +01:00
Zebediah Figura 319b93fc75 wined3d/glsl: Clamp ftoi lower bound to INT_MIN.
Ported from 9dee15da5bae0a3cda898f0377b6f1f49abb8a05 in vkd3d.
2023-11-07 22:05:35 +01:00
Zebediah Figura c0068b3316 wined3d/glsl: Clamp ftou upper bound to UINT_MAX.
Ported from cc893a3368bd8a8a3f638ddde7b97d3819a6b43d in vkd3d.
2023-11-07 22:05:35 +01:00
Zebediah Figura 9921a2361b wined3d/glsl: Clamp ftou lower bound to zero.
Ported from 491146fa94c608c241c06114b17a3b4d8b9cea65 in vkd3d.
2023-11-07 22:05:35 +01:00
Bartosz Kosiorek b0c31c0983 msvcrt: Add _mbsnset_l implementation. 2023-11-07 22:05:35 +01:00