Files
Open-Shell-Menu/Src
ge0rdi aac293832c Avoid recursive Start menu initialization (#1675)
It may happen that during `InitStartMenuDLL` execution some component
posts a message that is then intercepted by (still active) `HookInject`
that will call `InitStartMenuDLL` again (and everything will repeat).

To prevent such endless recursion during initialization, we will make
sure that `InitStartMenuDLL` will be executed just once.
2023-08-24 20:55:13 +02:00
..
2023-06-10 21:50:46 +02:00
2023-06-10 21:50:46 +02:00
2023-07-07 09:15:15 +02:00
2023-06-10 21:50:46 +02:00
2018-08-05 15:22:10 -04:00
2023-06-09 17:52:18 +02:00