Commit graph

16670 commits

Author SHA1 Message Date
Jacek Caban cdb9b60162 include: Support ARM64EC target in winnt.h. 2023-09-29 17:23:52 +02:00
Jacek Caban 71ebc22d63 include: Move __getReg intrinsic to intrin.h. 2023-09-29 17:23:51 +02:00
Jacek Caban 12c019ff84 include: Support ARM64EC target in intrin.h. 2023-09-29 17:23:51 +02:00
Alex Henrie 25f3ba3e06 include: Correct conflicting definition of PSECURITY_DESCRIPTOR.
In the Windows SDK, PSECURITY_DESCRIPTOR is void* and
PISECURITY_DESCRIPTOR is SECURITY_DESCRIPTOR*. PSECURITY_DESCRIPTOR is
defined in winnt.h and PISECURITY_DESCRIPTOR is defined in
wbasetypes.idl.
2023-09-28 22:35:41 +02:00
Alex Henrie 0369223f73 include: Correct conflicting definition of PSID.
In the Windows SDK, PSID is void* and PISID is SID*. Both types are
defined in both winnt.h and wtypesbase.idl.
2023-09-28 22:35:41 +02:00
Francois Gouget 65261f3c80 tests: Update the documentation. 2023-09-28 22:35:41 +02:00
Martin Storsjö 65a6019df9 include: Update the d3d12 header from vkd3d.
This corresponds to vkd3d as of commit
acd3ed97dc8e1ac192b2ec6fc19596831a6b61c6.

The cpp_quoted #include directive is fixed up to match the file
naming outside of vkd3d, renaming the reference to
vkd3d_d3d12sdklayers.h back to d3d12sdklayers.h.

This matches other renamings that are done at the start of the
file for vkd3d renamed idl files as well.

Signed-off-by: Martin Storsjö <martin@martin.st>
2023-09-28 22:35:41 +02:00
Alex Henrie 0d7cf84709 include: Move RTL functions that belong in ntddk.h from winternl.h to ntddk.h. 2023-09-27 11:17:47 +02:00
Biswapriyo Nath 6786d38aa2 include: Add some structures in d3d12video.idl. 2023-09-27 11:17:08 +02:00
Biswapriyo Nath 20f88c831e include: Add ID3D12VideoEncodeCommandList2 in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath 4ce218eea8 include: Add ID3D12VideoEncodeCommandList1 in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath acd89320bf include: Add ID3D12VideoDecodeCommandList1 in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath f30848ae17 include: Add ID3D12VideoEncodeCommandList in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath ee165f1d39 include: Add ID3D12VideoMotionVectorHeap in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath e09dd6a3dd include: Add ID3D12VideoMotionEstimator in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath 15b46d5b56 include: Add ID3D12VideoDevice3 in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath c965dbae34 include: Add ID3D12VideoEncoderHeap in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath 9e5778b81e include: Add ID3D12VideoEncoder in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Eric Pouech 81c8c73de2 winedump: Improve dumping DEBUG directory entries in PE images.
- always add a data dump for unknown structures
- add some bits about POGO and REPRO entries
- protect against too small structures

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-09-25 21:53:47 +02:00
Alexandre Julliard db3af1b238 ntdll: Consistently use the IMAGE_FIRST_SECTION helper macro. 2023-09-25 13:02:09 +02:00
Biswapriyo Nath 3c0085b979 include: Add ID3D12VideoDevice2 in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath e24b67ecd0 include: Add ID3D12VideoExtensionCommand in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath 7600dbe621 include: Add ID3D12VideoDevice1 in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath 2dce530522 include: Add D3D12_FEATURE_DATA_VIDEO_DECODE_SUPPORT in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath 9836a4e967 include: Add video decode profile guids in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath 6ab8ba3189 include: Add ID3D12VideoDecodeCommandList in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath c6d05a6fb7 include: Add ID3D12VideoDecoderHeap in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath 3b1f51d602 include: Add ID3D12VideoDevice in d3d12video.idl. 2023-09-25 10:13:22 +02:00
Biswapriyo Nath e7824f105b include: Add ID3D12VideoDecoder in d3d12video.idl. 2023-09-22 20:58:01 +02:00
Zebediah Figura 3e51b67e31 wined3d: Pass a wined3d_stateblock_state to wined3d_device_validate_device().
Revert the use of wined3d_state_uses_depth_buffer() in this function to the
version before 8b4e07d5f3.
2023-09-20 22:15:29 +02:00
Joel Holdsworth 26b8284d21 include: Add flags to FILE_LINK_INFORMATION used by FileLinkInformationEx.
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
2023-09-19 17:41:02 +02:00
Joel Holdsworth f112dde0e7 include: Add flags to FILE_RENAME_INFORMATION used by FileRenameInformationEx.
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
2023-09-19 17:41:02 +02:00
Martin Storsjö 9a3266537d include: Update the d3d12 headers from vkd3d.
This corresponds to vkd3d as of commit
e597b0d80f39f716a8740cb0be55edc78f4599d6.

This brings in a function signature fix for the implementation
of ID3D12CommandQueue::UpdateTileMappings() as well, from
vkd3d commit e98e6c9b530995e68bd019a3319d90223ed864cf.

Signed-off-by: Martin Storsjö <martin@martin.st>
2023-09-19 16:59:45 +02:00
Alex Henrie 38a7e68af1 include: Move RTL functions that belong in winnt.h from winternl.h to winnt.h. 2023-09-19 14:27:17 +02:00
Connor McAdams 80a9c0efa8 include: Add missing WinEvent definitions.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-09-18 20:35:58 +02:00
Connor McAdams 12b2d34976 uiautomationcore: Add UiaHasServerSideProvider stub.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-09-18 11:01:22 +02:00
Zhiyi Zhang 109d15ab35 user32: Map WM_CHAR wparam in ASCII to Unicode in IsDialogMessageA() for CJK locales.
Fix displaying Chinese characters as "??" in some applications with Chinese locale.
2023-09-14 11:18:48 +02:00
Alexandre Julliard d08723fbf7 include: Add DECLSPEC_NOINLINE macro. 2023-09-13 22:05:46 +02:00
Zebediah Figura b6d3e2ba0e include: Do not import strmif.idl in mediaobj.idl.
This means that mfobjects.idl no longer pulls in mediaobj.idl. Since it still
needs AM_MEDIA_TYPE to be declared (though not defined), add a typedef.

Reorder includes in a couple files to avoid multiple-definition errors.
strmiids and mfplat were getting strmif.h through mfobjects.h, and dsdmo was
getting it through dmo.h.
2023-09-13 20:24:17 +02:00
Biswapriyo Nath 844efaeec5 include: Add IEnumTfPropertyValue definition in msctf.idl. 2023-09-13 11:11:54 +02:00
Biswapriyo Nath 8f3cd46687 include: Add missing error codes in msctf.idl. 2023-09-12 20:11:31 +02:00
Mohamad Al-Jaf 0eb9e72336 include: Add Windows.Management.Deployment.IPackageManager2 interface definition. 2023-09-11 20:41:35 +02:00
Biswapriyo Nath e08435a891 include: Add IPackage2 definition in windows.applicationmodel.idl.
Required for GNOME/glib project.
2023-09-08 11:29:36 +02:00
Helix Graziani 6dae924d55 wldp: Add WldpQueryWindowsLockdownMode stub. 2023-09-08 11:06:19 +02:00
Rémi Bernon 23b61b0dc8 include: Use IReferenceClock interface from strmif.idl in dmusicc.h. 2023-09-06 22:29:26 +02:00
Etaash Mathamsetty 51f16a2f80 include: Update definition of KDPC. 2023-09-06 12:05:49 +02:00
Rémi Bernon bb9e54808c include: Fix incorrect IDirectMusicPortDownload_Unload macro. 2023-09-05 23:10:27 +02:00
Mohamad Al-Jaf 04c26b455f windows.applicationmodel: Add stub DLL. 2023-09-05 12:00:11 +02:00
Biswapriyo Nath 9ae771bac8 include: Add AudioEffectsManager runtimeclass in windows.media.effects.idl. 2023-09-05 11:36:58 +02:00
Biswapriyo Nath d53e989b5a include: Add AudioRenderEffectsManager runtimeclass in windows.media.effects.idl. 2023-09-05 11:36:58 +02:00