Sweden-Number/dlls/user32
Tim Clem b4333216a7 user32: Load libpng in DllMain.
libpng is currently loaded on the first attempt to access a PNG icon
or cursor. That creates a race condition that can deadlock the loader
in certain circumstances if LoadIcon or LoadCursor is called while the
loader lock is held, e.g. from a DllMain.

Signed-off-by: Tim Clem <tclem@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-27 18:06:29 +02:00
..
resources
tests user32/tests: Fix ASCII / ANSI mixups in dde comments. 2021-08-26 21:49:09 +02:00
Makefile.in
button.c
caret.c
class.c
clipboard.c
combo.c
controls.h
cursoricon.c user32: Load libpng in DllMain. 2021-08-27 18:06:29 +02:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c
driver.c
edit.c
exticon.c
focus.c
hook.c
icontitle.c
input.c
listbox.c
lstr.c
mdi.c
menu.c
message.c
misc.c
msgbox.c
nonclient.c
painting.c
png.c user32: Load libpng in DllMain. 2021-08-27 18:06:29 +02:00
property.c
rawinput.c
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c
text.c
uitools.c
user32.rc
user32.spec
user_main.c user32: Load libpng in DllMain. 2021-08-27 18:06:29 +02:00
user_private.h user32: Load libpng in DllMain. 2021-08-27 18:06:29 +02:00
win.c
win.h
winhelp.c
winpos.c
winproc.c
winstation.c
wsprintf.c