Katayama Hirofumi MZ
b7932431e7
[SDK][SHELL32_APITEST][USER32_APITEST] Update <msgdump.h> to version 21 ( #9171 )
...
Modernize development tools.
JIRA issue: N/A
- Update <msgdump.h> to
version 21.
- Adapt shell32_apitest and
user32_apitest.
2026-06-17 23:37:30 +09:00
Justin Miller
77d883a64d
[SDK] Improve KDNET type headers
...
Split shared data types into kdnetshareddata.h
CORE-20385
2026-06-15 08:42:50 -07:00
Hervé Poussineau
8bef246a10
[SDK] Implement type header for KDNET and its extensions
...
CORE-20385
2026-06-15 08:42:50 -07:00
Katayama Hirofumi MZ
9e3a4d5be5
[SHLWAPI][SDK] Support IUnknown_ShowBrowserBar ( #9161 )
...
Implementing missing features...
JIRA issue: CORE-19278
- Implement
IUnknown_ShowBrowserBar
function.
- Modify shlwapi.spec.
- Add prototype into
<shlwapi_undoc.h>.
2026-06-15 22:44:46 +09:00
Katayama Hirofumi MZ
1d5d93f05f
[SHLWAPI][SHLWAPI_APITEST][SDK] Support MapWin32ErrorToSTG ( #9147 )
...
Implementing missing features...
JIRA issue: CORE-19278
- Implement MapWin32ErrorToSTG function.
- Modify shlwapi.spec.
- Add prototype to <shlwapi_undoc.h>.
- Add MapWin32ErrorToSTG testcase.
2026-06-14 11:12:21 +09:00
Hermès Bélusca-Maïto
c0f1450076
[NDK][XDK][SYSUTILS:PS] Update the KWAIT_REASON enumeration
...
Validated with the System Informer phnt headers[^1].
Versioning added for Windows 8+ values, from Vergilius[^2].
[^1]: phnt headers and documentation from:
https://ntdoc.m417z.com/kwait_reason
5311c5ff7e/phnt/include/ntkeapi.h (L49)
[^2]: https://www.vergiliusproject.com
2026-06-11 22:40:28 +02:00
Amine Khaldi
cd52345fe0
[SDK] wine/test.h: Centralize oleauto.h inclusion to address undefined reference to wine_dbgstr_variant even in modules that don't have automatic test discovery (no testlist.c file). CORE-20606
2026-06-09 20:12:05 +01:00
Timo Kreuzer
15b446c4de
[PSDK] winnls.h: Add some missing definitions
2026-06-09 17:40:07 +00:00
Timo Kreuzer
6d0ff7a62a
[PSDK] Add timezoneapi.h and use it from winbase.h
2026-06-09 17:40:07 +00:00
Carl J. Bialorucki
34bf566dd9
[SYSSETUP][BOOT] Add ReactOS Server Core install type
...
- Write InstallationType to registry.
- If installing as Server Core, set shell to cmd.exe.
- Rename "Product Option" to "Install Type" and adjust relevant variable names.
- Reserve Nano Server installation type for future use.
JIRA issue: CORE-20645
2026-06-08 10:11:57 -05:00
Whindmar Saksit
3b58b347bc
[EXPLORER][SHELL32] Forward Explorer refresh command to the Start Menu ( #9108 )
2026-06-07 21:28:13 +02:00
Eric Kohl
e2d6e875f9
[NETCFGX][REACTOS] Add a second unknown method to the ITcpipProperties interface
...
This method is called by the 'interface ip set address' command from WinXP ifmon.dll.
2026-06-07 10:19:56 +02:00
Katayama Hirofumi MZ
c59ce34030
[SHLWAPI][SHLWAPI_APITEST][SDK] Support SHGetFileDescriptionA/W ( #9109 )
...
Implementing missing features...
JIRA issue: CORE-19278
- Implement PrettifyFileDescriptionW, SHGetFileDescriptionA,
and SHGetFileDescriptionW functions.
- Modify shlwapi.spec.
- Add prototypes into <shlwapi_apitest.h>.
- Add SHGetFileDescription testcase.
2026-06-07 08:17:49 +09:00
Katayama Hirofumi MZ
fe5b75083e
[SHLWAPI][SHLWAPI_APITEST][SDK] Support NextPathA/W ( #9039 )
...
Implementing missing features...
JIRA issue: CORE-19278
- Implement NextPathA and
NextPathW functions.
- Modify shlwapi.spec.
- Add prototypes into
<shlwapi_undoc.h>.
- Add NextPath testcase.
2026-06-03 21:38:21 +09:00
Katayama Hirofumi MZ
fe2b8ba41b
[SHELL32][SDK] Support CShellDispatch::EjectPC ( #9097 )
...
Implementing missing features...
JIRA issue: N/A
- Implement CShellDispatch::EjectPC
by using TRAYCMD_EJECT tray
command.
- Add TRAYCMD_SUSPEND and
TRAYCMD_REFRESH_MENU tray
commands (they have no effect)
into <undocshell.h>.
2026-06-02 17:39:56 +09:00
Eric Kohl
7f9e42cfe2
[IPHLPAPI][REACTOS] Implement NhGetGuidFromInterfaceName
2026-05-31 12:27:17 +02:00
Katayama Hirofumi MZ
3b3e1ff997
[SHLWAPI][SHLWAPI_APITEST][SDK] Support QuerySourceCreateFromKey ( #9093 )
...
Implementing missing features...
JIRA issue: CORE-20467
- Add querysrc.cpp.
- Add CRegistryEnumValues,
CRegistryEnumKeys, and
CRegistrySource classes.
- Implement
QuerySourceCreateFromKey
function.
- Add prototype into
<shlwapi_undoc.h>.
- Modify shlwapi.spec.
- Add QuerySourceCreateFromKey
testcase.
2026-05-31 17:33:17 +09:00
Katayama Hirofumi MZ
f3ca62ae97
[SDK] Enhance <shlobj_undoc.h> more ( #9089 )
...
Implementing missing features...
JIRA issue: CORE-20467
- Add IPersistString2,
IObjectWithRegistryKeyOld, and
IObjectWithRegistryKey interfaces
into <shlobj_undoc.h>.
- Add some IIDs into
<shlguid_undoc.h>.
- Add missing PUREs in
<shlobj_undoc.h>.
2026-05-30 19:17:15 +09:00
Katayama Hirofumi MZ
628fc9d463
[EXPLORER][SDK] Implement some tray commands ( #9036 )
...
Make our tray window working as
Windows' one.
JIRA issue: CORE-10675
- Add REST_NOCLOSE restriction
to CTrayWindow::DoExitWindows
method.
- Add TRAYCMD_EJECT constant
to <undocshell.h>.
- Implement TRAYCMD_STARTMENU,
TRAYCMD_EJECT,
TRAYCMD_CONTROL_PANEL, and
TRAYCMD_PRINTERS_AND_FAXES
tray commands.
- Add import to setupapi to use
CM_Request_Eject_PC function.
2026-05-26 18:40:38 +09:00
Katayama Hirofumi MZ
2290d0e785
[SDK][SYSDM] Enhance <shlobj_undoc.h> for associations ( #9064 )
...
Preparation for new ShellExecute.
JIRA issue: CORE-20467
- Move ASSOCQUERY and
IAssociationElementOld in
<shlwapi_undoc.h> into
<shlobj_undoc.h>.
- Add IQuerySourceOld, IQuerySource,
IObjectWithQuerySource, and
IAssociationArrayInitialize
interfaces into <shlobj_undoc.h>.
- Add some GUIDs into
<shlguid_undoc.h>.
- Do #include <shlwapi_undoc.h>
in sysdm performance.c to fix build.
2026-05-26 10:55:59 +09:00
Katayama Hirofumi MZ
22ee9d727f
[SHLWAPI][SDK] Support SHWindowsPolicyGetValue ( #9038 )
...
Implementing missing features...
JIRA issue: CORE-19278
- Add policy.cpp and modify CMakeLists.txt.
- Implement SHWindowsPolicyGetValue function.
- Modify shlwapi.spec.
- Add some GUIDs into <shlguid_undoc.h>.
2026-05-25 19:24:20 +09:00
Katayama Hirofumi MZ
8823853f77
[SHLWAPI][SDK] Support PathUnExpandEnvStringsForUserA/W ( #9041 )
...
Implementing missing features...
JIRA issue: CORE-19278
- Implement PathUnExpandEnvStringsForUserA and
PathUnExpandEnvStringsForUserW functions.
- Modify shlwapi.spec.
- Add prototypes into <shlwapi_undoc.h>.
2026-05-25 19:22:40 +09:00
Eric Kohl
2e13f97a62
[DHCPCSVC][REACTOS] Pass the SendParams parameter to the RequestParams server function
2026-05-24 10:58:01 +02:00
Eric Kohl
7dbfc3f2b6
[DHCPCSVC][PSDK] Add parameter checks to DhcpRegisterParamChange
...
Also add the required definition of DHCPCAPI_REGISTER_HANDLE_EVENT.
2026-05-23 16:26:32 +02:00
Timo Kreuzer
9989b9ec1d
[RTL] Improve RtlCreateProcessParameters
...
- Use the NT6 structure of _RTL_USER_PROCESS_PARAMETERS
- Fix string alignment to match Vista+
- Use ImageName as fallback for the CommandLine
- Use NULL-string as fallback fo RuntimeData
- Copy the environment instead of just copying the pointer
- Fixes a number of ntdll_winetest:env tests
2026-05-21 12:07:24 +00:00
Timo Kreuzer
11ab9c2717
[XDK] Add missing PRODUCT_* definitions
2026-05-19 14:40:01 +00:00
Ahmed Arif
0e64048812
[NDK][RTL] Fix packing leak and ARM64 heap layouts ( #9020 )
...
Stop `PS_JOB_TOKEN_FILTER`'s pack(1) scope from leaking into `EJOB`, which misaligns kernel fields on ARM64.
Use the Win64 heap entry layout on ARM64 and assert the heap metadata offsets verified against NT ARM64 symbols.
Keep heap alignment masks pointer-sized and size `STACK_TRACE_DATABASE` `ERESOURCE` padding for all Win64 targets.
CORE-18200
2026-05-18 23:48:41 +02:00
Whindmar Saksit
879e1cff63
[INCLUDE/WINE] Don't use DECLSPEC_IMPORT in shlwapi.h ( #9034 )
...
This fixes wscript.exe crashing on .wsf files because of delay-loaded shlwapi, the bug was introduced in 6762703 (PR #8419 )
2026-05-18 23:30:31 +02:00
Katayama Hirofumi MZ
e148366e9a
[SHLWAPI][SDK] Support FixSlashesAndColonA ( #9040 )
...
Implementing missing features...
JIRA issue: CORE-19278
- Implement FixSlashesAndColonA function.
- Modify shlwapi.spec.
- Add prototype into <shlwapi_undoc.h>.
2026-05-18 21:19:01 +09:00
Eric Kohl
fb47d37a49
[DHCPCSVC][PSDK][IDL] Improve DhcpRequestParams and add DhcpUndoRequestParams stub
...
Add a call into the server side for DhcpRequestParams.
2026-05-17 13:16:30 +02:00
Timo Kreuzer
632b09f55e
[SDK] include/wine/test.h: add __wine_dbg_strdup
...
Taken from wine-10.0
2026-05-16 10:43:08 +00:00
Timo Kreuzer
da6892ede5
[PSDK] Update gdiplus headers to Wine-10.0
...
This reverts most of the useless reformatting. Don't reformat wine headers. It only makes syncing harder.
2026-05-16 10:43:08 +00:00
Timo Kreuzer
151c67ebfc
[ROSTESTS] Implement automatic test discovery
...
This uses the START_TEST macro to create test entries in a ".test" section in the binary.
2026-05-15 16:50:48 +00:00
Eric Kohl
4bb73fe3c9
[NETSH][REACTOS] Improve MatchTagsInCmdLine and add NsGetIfNameFromFriendlyName stubs.c
...
These functions are used by the WinXP ifmon.dll when the 'interface ip set address' command is used.
2026-05-14 15:19:50 +02:00
Eric Kohl
425ea0378b
[NETSH][REACTOS] Add MatchTagsInCmdLine stub
...
MatchTagsInCmdLine is similar to PreprocessCommand except that the parameters dwMinArgs and dwMaxArgs are missing.
2026-05-11 22:56:06 +02:00
Timo Kreuzer
a596d654b5
[PSDK] Update some files from wine-10.0
...
- Import adserr.h
- Sync adshlp.h
- Sync iads.idl
2026-05-11 18:21:34 +00:00
Serge Gautherie
25a6fdf867
[NTOS:MM] Convert some annotations to SAL2 and fix them
...
And add a specific ASSERT(SectionOffset) in MmMapViewOfSection().
2026-05-10 11:05:30 +00:00
Alex Mendoza
d8f0c3bef2
[PSDK] Add missing values to _APTTYPEQUALIFIER ( #8873 )
...
Add missing `APTTYPEQUALIFIER_APPLICATION_STA` (enum 6) and `APTTYPEQUALIFIER_RESERVED_1` (enum 7) to `_APTTYPEQUALIFIER`.
Documented at:
https://learn.microsoft.com/en-us/windows/win32/api/objidl/ne-objidl-apttypequalifier
2026-05-10 00:48:42 +02:00
Eric Kohl
ba05130718
[PSDK] Fix a type in netcfgx.h
2026-05-09 23:16:03 +02:00
Timo Kreuzer
156faa5d6a
[PSDK] Update devpkey.h from Wine-10.0
2026-05-08 19:30:33 +00:00
Timo Kreuzer
d50588f132
[SDK/WINE] Add some headers from Wine-10.0
...
- wine/ntgdi.h
- wine/d3dukmdt.h
- wine/ddk/d3dkmthk.h
These are needed for gdi32_winetest
2026-05-08 19:30:33 +00:00
Timo Kreuzer
1f44845067
[SDK] pnp.idl: Guard DEVPROPKEY from redefinition
2026-05-08 19:30:33 +00:00
Timo Kreuzer
4ad3fcbcaf
[SDK] setupapi.h: Add SetupDiGetDevicePropertyW
2026-05-08 19:30:33 +00:00
Timo Kreuzer
d8a1ba1fea
[MLANG_WINETEST] Sync to Wine-10.0
2026-05-08 07:30:20 +00:00
Katayama Hirofumi MZ
b0ed661f57
[SHLWAPI][SDK] Follow-up of #8917 , #8918 , and #8920 ( #8947 )
...
Follow-up of #8917 , #8918 , and
#8920 .
JIRA issue: CORE-19278
- Add a comment to IStream_ReadPidl
function.
- Move CharLowerNoDBCSA/W and
CharUpperNoDBCSA/W prototypes
in <shlwapi_undoc.h>.
- Move SHDIALOG structure from
<shlwapi_undoc.h> into utils.cpp
2026-05-07 21:32:08 +09:00
Katayama Hirofumi MZ
c6bcf2ac10
[SHLWAPI][SHLWAPI_APITEST][SDK] Support SHInvokeCommandsOnContextMenu ( #8919 )
...
Implementing missing features...
JIRA issue: CORE-19278
- Implement
SHInvokeCommandsOnContextMenu
function.
- Modify shlwapi.spec.
- Add prototype to <shlwapi_undoc.h>.
- Add
SHInvokeCommandsOnContextMenu
testcase.
2026-05-07 21:18:24 +09:00
Timo Kreuzer
054c83ffda
[WINE] Remove hacks for missing _swprintf / _vswprintf
2026-05-07 06:27:58 +00:00
Timo Kreuzer
81b230dc80
[CRT] Fix c++ overload
2026-05-07 06:27:58 +00:00
Timo Kreuzer
0c23c312cb
[CRT] Add C++ overload for swprintf_s
2026-05-07 06:27:58 +00:00
Timo Kreuzer
1cf31524d5
[REACTOS] Stop using non-conforming swprintf / vswprintf
...
Use the underscored versions instead.
2026-05-07 06:27:58 +00:00