reactos/win32ss/user/user32/windows
Joachim Henze 55062f0648 [0.4.7][PROGMAN][USER32][SHELL32] Do not use LoadLibraryEx() NT6+ flags (#3152) CORE-12004
LOAD_LIBRARY_AS_IMAGE_RESOURCE and LOAD_LIBRARY_SEARCH_SYSTEM32 are Vista+

This fixes some blurry icons in systray when 2k3sp2 kernel32.dll is used in ros CORE-12004
That part in user32 was a regression of SVN r71609 == git a44dfe6c76
While we are at it we do fix some other modules as well, that used those NT6+flags.

The fix was picked from 0.4.15-dev-788-g a04831677e
--------
That second part in SHELL32 regressed even earlier by
SVN r51768 == git 6ced137ce2
and was fixed on master by chance when the PickIconDlg() was overhauled entirely via
git 0.4.10-dev-106-g 222534a5a2 . But that is not the solution I ported back today.
2022-01-15 12:55:46 +01:00
..
accel.c
caret.c
class.c [0.4.7][COMCTL32] Workaround v6 button redraw regressions CORE-13278 & CORE-16093 2020-10-31 20:26:08 +01:00
clipboard.c
cursoricon.c [0.4.7][PROGMAN][USER32][SHELL32] Do not use LoadLibraryEx() NT6+ flags (#3152) CORE-12004 2022-01-15 12:55:46 +01:00
dc.c
defwnd.c [0.4.7][NTUSER][USER32] Tracking menu CORE-17338 (#4048), [EXPLORER] Send WM_POPUPSYSTEMMENU asynchronously (#4047) CORE-16353 2022-01-10 07:20:11 +01:00
dialog.c
draw.c [0.4.7][WIN32SS] Fix RIGHT-expansion-arrow in submenus being drawn too large CORE-13211 2020-12-02 16:09:58 +01:00
font.c
hook.c
input.c
mdi.c
menu.c
message.c
messagebox.c
nonclient.c
paint.c
prop.c
rect.c
spy.c
text.c
window.c
winpos.c [0.4.7][WIN32SS] Fix maximized window positioning and 2 addendum commits 2020-11-09 18:02:28 +01:00
wndproc_fixup.S