reactos/dll
Denis Robert 6f60301d25
[NEWDEV] Fix bad use of PropSheet_SetCurSelByID (#7574)
PropSheet_SetCurSelByID() was badly called in response of PSN_WIZBACK or
PSN_WIZNEXT notifications. See the reference on these notification codes:

https://learn.microsoft.com/en-us/windows/win32/controls/psn-wizback

> Returns 0 to allow the wizard to go to the previous page. Returns -1 to
> prevent the wizard from changing pages. To display a particular page,
> return its dialog resource identifier.
> (...)
> To set the return value, the dialog box procedure for the page must call
> the SetWindowLong function with the DWL_MSGRESULT value and return TRUE.

This bug sometimes causes the wrong page to appear (e.g. "Previous" in
IDD_NODRIVER should come back in IDD_CHSOURCE, but goes to IDD_WELCOME).
2024-12-23 16:24:21 +03:00
..
3rdparty Fix various inet_ntop definitions 2024-11-02 21:57:28 +01:00
appcompat [REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp 2024-10-20 14:12:25 +03:00
cpl [RESOURCES] Remove redundant #pragma code_page(), includes, etc. 2024-12-22 18:39:26 +01:00
directx [3RDPARTY] Link to oldnames for stricmp/wcsicmp 2024-10-20 14:12:25 +03:00
ime [MSCTFIME] Add Romanian (ro-RO) translation (#7365) 2024-12-06 21:02:30 +01:00
keyboard
nls [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
np
ntdll [NTOS:KE/x64] Fix unwinding in KiUserApcDispatcher 2024-12-16 16:19:32 +02:00
opengl [CMAKE] Fix warning about redefinition of NDEBUG on release builds 2024-10-25 14:37:52 +03:00
shellext [NETSHELL] Handle DefView accelerators (#7572) 2024-12-22 21:27:20 +01:00
win32 [NEWDEV] Fix bad use of PropSheet_SetCurSelByID (#7574) 2024-12-23 16:24:21 +03:00
CMakeLists.txt