Mohamad Al-Jaf
dcc809627d
include: Add windows.storage.search.idl file.
...
Needed by StorageFolder.
2023-08-17 10:40:37 +02:00
Mohamad Al-Jaf
ba392b4cef
include: Add IStorageItem interface definition.
...
Needed by IStorageFolder.
2023-08-17 10:40:37 +02:00
Mohamad Al-Jaf
90cdfc5157
include: Add windows.storage.fileproperties.idl file.
...
Needed by IStorageItem.
2023-08-17 10:40:37 +02:00
Mohamad Al-Jaf
915db53124
include: Add IStorageFile interface definition.
...
Needed by IStorageFolder.
2023-08-17 10:40:37 +02:00
Mohamad Al-Jaf
711f9e1fc5
include: Add IRandomAccessStream interface definition.
...
Needed by IStorageFile.
2023-08-17 10:40:37 +02:00
Mohamad Al-Jaf
fe877fdf8a
include: Add IPackageStatics interface definition.
2023-08-17 10:40:37 +02:00
Vitaly Lipatov
d173bc6a53
include: Add standalone LSA_OBJECT_ATTRIBUTES prototype if ntdef.h is not included.
2023-08-16 13:36:15 +02:00
Vitaly Lipatov
de354e8d45
include: Add initial activeds.h.
2023-08-16 13:36:15 +02:00
Vitaly Lipatov
7377b53681
include: Add missing PCWCHAR to winnt.h.
2023-08-16 13:36:15 +02:00
Vitaly Lipatov
aa4d0dd818
include: Include ncrypt.h in wincrypt.h.
2023-08-16 13:36:15 +02:00
Vitaly Lipatov
6bcdbbe573
include: Add specstrings_strict.h with some defines.
2023-08-16 13:36:15 +02:00
Vitaly Lipatov
caae33a853
include: Use compatible file guard name (_NTSECAPI_, _NTSECPKG_).
2023-08-16 09:07:39 +02:00
Vitaly Lipatov
de17a77b2f
include: Add some missing defines.
2023-08-16 09:07:36 +02:00
Alex Henrie
9d509c0383
include: Add __WINE_ALLOC_SIZE to the definition of FNALLOC.
2023-08-16 08:51:58 +02:00
Alexandre Julliard
1f9c6e83bd
include: Get rid of the NONAMELESS access macros in tests.
2023-08-15 18:56:45 +02:00
Alexandre Julliard
b5edd14814
configure: Use AC_CHECK_HEADER for headers that don't need to be in config.h.
2023-08-15 18:56:44 +02:00
David McFarland
4a4d352441
configure: Don't require pcsclite header for winscard.
...
The header is unused, and the header check fails with:
configure:7860: checking for PCSC/pcsclite.h
configure:7860: gcc -m32 -c -g -O2 conftest.c >&5
In file included from conftest.c:50:
[...]/include/PCSC/pcsclite.h:45:10:
fatal error: wintypes.h: No such file or directory
45 | #include <wintypes.h>
| ^~~~~~~~~~~~
Fixes: d405a688ba
2023-08-15 18:55:21 +02:00
Biswapriyo Nath
24e7055f1d
include: Add windows.ui.xaml.hosting.desktopwindowxamlsource.idl file.
2023-08-14 17:53:17 +02:00
Biswapriyo Nath
624c5870e7
include: Add xamlom.idl file.
2023-08-14 17:53:17 +02:00
Biswapriyo Nath
a34267e87e
include: Add IXAudio2Extension in xaudio2.idl.
...
Required for rpcs3 project.
2023-08-14 17:53:17 +02:00
Alex Henrie
6bd87223bf
include: Annotate PALLOCATE_FUNCTION(_EX) with __WINE_ALLOC_SIZE.
2023-08-14 17:10:15 +02:00
Alex Henrie
6354cd9f56
include: Annotate PRTL_(AVL|GENERIC)_ALLOCATE_ROUTINE with __WINE_ALLOC_SIZE.
2023-08-14 17:10:15 +02:00
Alex Henrie
a4752dcf9f
include: Annotate PFLT_CONTEXT_ALLOCATE_CALLBACK with __WINE_ALLOC_SIZE.
2023-08-14 17:10:15 +02:00
Alex Henrie
73883f918c
include: Annotate PERF_MEM_ALLOC with __WINE_ALLOC_SIZE.
2023-08-14 17:10:01 +02:00
Alex Henrie
69a92659c0
include: Annotate PLSA_ALLOCATE_(LSA_HEAP|SHARED_MEMORY) with __WINE_ALLOC_SIZE.
2023-08-14 17:10:01 +02:00
Alex Henrie
cf1c69c085
include: Annotate CFP_(RE)ALLOCPROC with __WINE_ALLOC_SIZE.
2023-08-14 17:10:01 +02:00
Alex Henrie
8f60004995
include: Annotate PFNALLOC with __WINE_ALLOC_SIZE.
2023-08-14 17:10:00 +02:00
Mohamad Al-Jaf
ebb0a399a5
include: Add IDeviceInformationStatics interface definition.
2023-08-14 13:29:46 +02:00
Piotr Caban
9b92ee76a1
include: Add LEGACY_RSA*_BLOB definitions.
2023-08-10 10:01:07 +09:00
Alistair Leslie-Hughes
83b86d18dc
d3dx11: Add D3DX11LoadTextureFromTexture stub.
2023-08-10 10:00:20 +09:00
Alistair Leslie-Hughes
9f375360d6
include: Added D3DX11_TEXTURE_LOAD_INFO struct.
2023-08-10 10:00:18 +09:00
Vitaly Lipatov
115403dc5b
include: Update COMPRESSION_ defines and move it to ddk/ntifs.h.
2023-08-08 21:13:29 +09:00
Mohamad Al-Jaf
b14d9ae881
include: Add windows.security.isolation.idl file.
2023-08-08 21:11:30 +09:00
Biswapriyo Nath
26e72a7580
include: Add missing default value in IXAudio2.
...
This was removed in 14c44d0b0a
commit.
2023-08-04 18:07:42 +09:00
Vitaly Lipatov
982f1983c4
include: Update SECURITY_LOGON_TYPE and SECURITY_LOGON_SESSION_DATA in ntsecapi.h.
...
Signed-off-by: Vitaly Lipatov <lav@etersoft.ru>
2023-08-04 09:51:41 +09:00
Dmitry Timoshkov
835d73379f
secur32/tests: Add some tests for "Negotiate" LSA package.
...
Fixed test failures under some Windows versions.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
2023-08-03 20:45:37 +09:00
Jacek Caban
61b80f6704
win32u: Remove no longer needed NtUserSendDriverMessage.
...
All messages are packed now anyway.
2023-08-02 20:03:51 +09:00
Jacek Caban
f693d66086
win32u: Remove no longer needed needs_unpack from win_proc_params.
2023-08-02 20:03:51 +09:00
Jacek Caban
c1a5b42cdc
win32u: Remove no longer needed NtUserWinProcResult.
2023-08-02 20:03:51 +09:00
Paul Gofman
a72f91f5f5
nsi: Forward request to nsiproxy from NsiRequestChangeNotification().
2023-08-01 21:51:13 +09:00
Jacek Caban
99f0d3d790
win32u: Move packed structures declaration from ntuser.h.
2023-08-01 21:50:34 +09:00
Georg Lehmann
08499d17e1
winevulkan: Update to VK spec version 1.3.260.
2023-07-31 18:23:40 +09:00
Paul Gofman
e06093cbae
nsi: Add stub for NsiCancelChangeNotification.
2023-07-31 18:22:09 +09:00
Paul Gofman
671412d3bb
nsi: Add stubs for NsiRequestChangeNotification[Ex].
2023-07-31 18:22:08 +09:00
Gijs Vermeulen
f74c4af257
configure: Use PCSC.framework when pcsclite is not available on macOS.
2023-07-27 13:12:06 +09:00
Zebediah Figura
5323042f7a
wined3d: Add helpers to retrieve shader constants from a wined3d_stateblock.
2023-07-27 11:54:21 +09:00
Paul Gofman
7b243afc63
nsiproxy.sys: Detect wireless interface type on Linux.
2023-07-27 11:54:03 +09:00
Georg Lehmann
b5e19a33c9
winevulkan: Update to VK spec version 1.3.259.
2023-07-24 22:52:22 +02:00
Zebediah Figura
0a33ac4a53
server: Move the implementation of IOCTL_AFD_GET_EVENTS to a dedicated server call.
2023-07-24 22:51:00 +02:00
Mohamad Al-Jaf
08d0512113
include: Add windows.devices.usb.idl file.
2023-07-24 11:53:01 +02:00
Mohamad Al-Jaf
4871777b78
include: Add support for IAsyncOperation parameterized type IBuffer.
...
Needed by windows.devices.usb.idl.
2023-07-24 11:52:59 +02:00
Mohamad Al-Jaf
36e3122329
include: Add support for IAsyncOperation UINT32.
...
Needed by windows.devices.usb.idl.
2023-07-24 11:52:58 +02:00
Maxim Karasev
9e09d0a762
include: Add more Kerberos cache info types.
2023-07-21 21:27:44 +02:00
Georg Lehmann
eb5be00eb0
winevulkan: Update to VK spec version 1.3.258.
...
This does not enable VK_NV_device_generated_commands_compute because
the extension will likely see an API breaking naming fix.
2023-07-21 21:27:44 +02:00
Shaun Ren
5f3dee9702
include: Fix ISpTTSEngineSite::GetActions return type.
2023-07-20 11:30:15 +02:00
Hans Leidekker
573e20e9de
include: Add windows.applicationmodel.idl.
2023-07-19 12:01:38 +02:00
Hans Leidekker
3181c5a0df
include: Add windows.storage.idl.
2023-07-19 12:01:38 +02:00
Hans Leidekker
6ca6fa15dc
include: Add ProcessorArchitecture winrt enum.
2023-07-19 12:01:38 +02:00
Hans Leidekker
ac55e6eb9f
include: Add Uri runtime class and related definitions.
2023-07-19 12:01:38 +02:00
Alex Henrie
16a2243ee9
include: Annotate SHAlloc with __WINE_(DEALLOC|MALLOC).
2023-07-18 15:26:13 +02:00
Alex Henrie
c79ffafcae
include: Annotate IoAllocate functions with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC).
2023-07-18 15:26:13 +02:00
Alex Henrie
18daf628d5
include: Add WS_STRING_VALUE and WS_XML_STRING_VALUE.
2023-07-18 15:20:00 +02:00
Alex Henrie
9928202d7c
webservices: Add missing const to url parameter of WsOpenListener.
2023-07-18 15:17:36 +02:00
Biswapriyo Nath
900dfca389
include: Add more CLSIDs in d2d1effects.idl.
2023-07-17 23:31:23 +02:00
Jacek Caban
36384097c7
win32u: Pass module name before packed lparam in win_hook_params.
2023-07-17 18:11:19 +02:00
Biswapriyo Nath
788a61222c
include: Add ID2D1DeviceContext4 in d2d1_3.idl.
2023-07-14 20:31:43 +02:00
Biswapriyo Nath
a66504de8f
include: Add ID2D1DeviceContext3 in d2d1_3.idl.
2023-07-14 20:31:42 +02:00
Biswapriyo Nath
de1d097d29
include: Add ID2D1SvgGlyphStyle in d2d1_3.idl.
2023-07-14 20:31:41 +02:00
Biswapriyo Nath
70eb577f3e
include: Add ID2D1SpriteBatch in d2d1_3.idl.
2023-07-14 20:31:39 +02:00
Alexandre Julliard
2436da5cef
include: Add some new information classes.
2023-07-13 18:41:13 +02:00
Maxim Karasev
cb33d402bb
include: Add missing Kerberos related defines.
2023-07-12 21:54:56 +02:00
Maxim Karasev
cecd031308
include: Update _SECURITY_INTEGER.
...
In Windows it works that way.
2023-07-12 21:54:54 +02:00
Maxim Karasev
062cf6e2f1
include: Add UNICODE_NULL.
2023-07-12 21:54:49 +02:00
Paul Gofman
27fc318161
include: Add initial ioring definitions.
2023-07-11 20:23:08 +02:00
Alexandre Julliard
257221843f
ntdll: Implement RtlWow64GetSharedInfoProcess().
2023-07-11 18:34:17 +02:00
Jacek Caban
e0d62e8569
user32: Always use NtCallbackReturn in User32DrawText.
2023-07-10 20:27:35 +02:00
Jacek Caban
2d7465eb60
win32u: Remove no longer needed result pointer from win_proc_params.
...
We may always use NtCallbackReturn now.
2023-07-10 16:24:30 +02:00
Mohamad Al-Jaf
07b7fd09f7
include: Add windows.networking.idl file.
2023-07-07 12:18:20 +02:00
Mohamad Al-Jaf
ef5f397b7d
include: Add windows.networking.connectivity.idl file.
...
Needed by Windows.Networking.HostName.
2023-07-07 12:18:17 +02:00
Mohamad Al-Jaf
296fc81340
include: Add support for BYTE IReference.
...
Needed by Windows.Networking.Connectivity.IPInformation.
2023-07-07 12:18:14 +02:00
Fabian Maurer
ad9f4291c2
include: Add windows.devices.geolocation.geolocator.
2023-07-06 22:58:49 +02:00
Fabian Maurer
1e659a1fff
include/windows.foundation: Add double reference.
2023-07-06 22:58:46 +02:00
Alex Henrie
b87dcee5ea
include: Add IsReparseTagNameSurrogate.
...
Based on a patch by Erich E. Hoover.
2023-07-06 21:04:45 +02:00
Alex Henrie
33b7e4806f
include: Add REPARSE_(GUID_)DATA_BUFFER and related constants.
...
Based on a patch by Erich E. Hoover.
2023-07-06 21:04:39 +02:00
Jacek Caban
e68d6c1674
include: Don't force named VARIANT members when __STDC__ is defined.
2023-07-06 20:54:30 +02:00
Bernhard Kölbl
9f9f799ad9
include: Add VoiceCommandSet runtimeclass with its dependencies.
2023-07-05 21:05:12 +02:00
Bernhard Kölbl
4a020b2fb6
include: Add Windows.Phone.PhoneContract api contract.
2023-07-05 19:54:57 +02:00
Zebediah Figura
22b25dfc9c
wined3d: Introduce wined3d_get_renderer().
2023-07-05 17:03:31 +02:00
Alexandre Julliard
bb1266b276
include: Define LONG_PTR as int on llvm-mingw to avoid printf format warnings.
2023-07-05 17:03:31 +02:00
Alexandre Julliard
6366775e82
include: Disallow Win32 va_list in Unix libraries.
2023-07-05 17:03:30 +02:00
Alex Henrie
f4a8ad89d4
include: Introduce wine_dbgstr_hstring and debugstr_hstring.
2023-07-04 21:25:03 +02:00
Alex Henrie
7e366d46b2
include: Use correct header guard name in winstring.h.
2023-07-04 21:02:39 +02:00
Mohamad Al-Jaf
581ad52940
include: Add windows.devices.bluetooth.idl file.
2023-07-04 13:13:46 +02:00
Mohamad Al-Jaf
83cb93ee6d
include: Add windows.devices.radios.idl file.
...
Needed by IBluetoothAdapter in windows.devices.bluetooth.idl.
2023-07-04 13:13:44 +02:00
Alexandre Julliard
641623ffe8
uiautomationcore: Fix some long/LONG mismatches.
2023-07-04 12:29:08 +02:00
Jacek Caban
6892434b22
winedump: Add support for dumping IMPORT_OBJECT_NAME_EXPORTAS symbols.
...
This is used by ARM64EC importlibs.
2023-07-03 22:15:43 +02:00
Andrey Gusev
5e2c9b1255
ntoskrnl.exe: Add PsSetLoadImageNotifyRoutineEx semi-stub.
...
BattlEye says it's missing.
2023-07-03 22:15:42 +02:00
Esme Povirk
45ac4ce9c9
win32u: Implement marshaling for CB_GETCOMBOBOXINFO.
2023-07-03 22:15:42 +02:00
Alexandre Julliard
959dea0c09
ntdll: Implement RtlIsCurrentProcess/Thread.
2023-07-03 22:15:42 +02:00
Alexandre Julliard
a5ff427acb
ntdll: Implement NtQueryVirtualMemory(MemoryImageInformation).
2023-07-03 12:16:49 +02:00