reactos/win32ss/user/user32/windows
Whindmar Saksit 82c07abf1a
[USER32] Support loading icons from data file module (#6065)
GetModuleFileName() fails on LOAD_LIBRARY_AS_DATAFILE causing LoadImage to fail.
Use a fake filename for LR_SHARED (with same format as Windows).
This may not be a good design, but it does match Windows' behaviour.

+ Added test.
2023-12-17 22:11:50 +01:00
..
accel.c
caret.c
class.c
clipboard.c
cursoricon.c [USER32] Support loading icons from data file module (#6065) 2023-12-17 22:11:50 +01:00
dc.c
defwnd.c [SETUPLIB][NTUSER] Toggle input language/layout on Alt+Shift / Ctrl+Shift (#5839) 2023-10-31 22:37:49 +09:00
dialog.c [COMCTL32][USER32] Button: Fix DLGC_... handling (#6168) 2023-12-16 09:29:13 +09:00
draw.c
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 [USER32] Fix IsWindow by not using WNDS2_INDESTROY (#6066) 2023-12-01 09:08:58 +09:00
winpos.c
wndproc_fixup.S