reactos/win32ss/user
Doug Lyons 71bed0f5f8
[NTUSER] Check class style for CS_NOCLOSE instead of window style (#7123)
Change 'pWnd->style' to 'pWnd->pcls->style' to check for CS_NOCLOSE.
Incorrect struct field was used for checking previously.

Fixes a bug with Ad Muncher that did not close when clicking on the window
title "X" button while being used with a Classic window style theme.
Patch by I_Kill_Bugs. CORE-11569
2024-07-10 13:30:53 +03:00
..
ntuser [NTUSER] Check class style for CS_NOCLOSE instead of window style (#7123) 2024-07-10 13:30:53 +03:00
rtl [NTUSER][USER32] Populate dwExpWinVer (#7095) 2024-07-09 04:22:14 +09:00
user32 [NTUSER][USER32] Populate dwExpWinVer (#7095) 2024-07-09 04:22:14 +09:00
user32_vista [USER32] Introduce user32_vista and stubplement GetDpiForWindow() (#6208) 2024-06-04 10:19:32 -06:00
winsrv [REACTOS] Fix LoadCursorW() incorrect usage cases (#7053) 2024-07-01 18:05:46 +02:00