Files
reactos/base/setup/reactos
Hermès Bélusca-Maïto 15aa873541 ** SUPER WIP ** Centralize in the Upgrade/Repair page the decision to skip or keep it shown when going Back from Summary or Next to other pages
However, as usual, wine's code (in comctl32) is incomplete/buggy, and
the necessary message `PSM_GETCURRENTPAGEHWND` (and also `PSM_IDTOINDEX`
with ID == 0) doesn't work when being invoked from e.g. `PSN_SETACTIVE`
notification handler.
This is due to the fact the `active_page` propsheet variable is
artificially invalidated (to -1) before the notification is sent.

See also:
- 08afc1a5ed
  ("Lots of bug fixes and new features in property sheets.")
- 517b85f989
- 2a8463b558

And this:
- https://devblogs.microsoft.com/oldnewthing/20111021-00/?p=9323
2026-08-14 20:53:10 +02:00
..
2026-08-14 20:53:09 +02:00
2026-07-24 23:09:00 +02:00