Skip to content

Commit

Permalink
wine: Rebase to 10.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRH committed Dec 15, 2024
1 parent e575b56 commit 51eb9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wine
Submodule wine updated 51 files
+96 −440 ANNOUNCE.md
+1 −0 AUTHORS
+1 −1 VERSION
+1 −0 aclocal.m4
+49 −13 configure
+58 −14 dlls/dbghelp/msc.c
+1 −1 dlls/dbghelp/symbol.c
+1 −1 dlls/dinput/mouse.c
+1 −1 dlls/dmloader/loader.c
+1 −1 dlls/mscoree/corruntimehost.c
+1 −8 dlls/mshtml/htmlwindow.c
+0 −1 dlls/mshtml/mshtml_private_iface.idl
+15 −3 dlls/msvcrt/dir.c
+17 −8 dlls/ntoskrnl.exe/ntoskrnl.c
+7 −4 dlls/shell32/shlexec.c
+9 −0 dlls/shell32/tests/shlexec.c
+3 −3 dlls/ucrtbase/tests/file.c
+84 −0 dlls/user32/tests/class.c
+54 −0 dlls/user32/winproc.c
+2 −2 dlls/webservices/tests/reader.c
+10 −1 dlls/win32u/driver.c
+23 −3 dlls/win32u/message.c
+1 −0 dlls/win32u/ntgdi_private.h
+1 −1 dlls/win32u/ntuser_private.h
+50 −17 dlls/win32u/sysparams.c
+1 −0 dlls/win32u/win32u_private.h
+6 −1 dlls/win32u/window.c
+2 −0 dlls/win32u/winstation.c
+1 −6 dlls/windowscodecs/tests/converter.c
+400 −117 dlls/windowscodecs/tests/metadata.c
+0 −28 dlls/windowscodecs/tests/tiffformat.c
+8 −8 dlls/winebth.sys/dbus.c
+3 −7 dlls/winebth.sys/winebth.c
+16 −9 dlls/winebus.sys/main.c
+3 −1 dlls/winex11.drv/event.c
+27 −1 dlls/winex11.drv/init.c
+14 −8 dlls/winex11.drv/window.c
+4 −2 include/wine/server_protocol.h
+4 −4 include/winnt.h
+1 −1 programs/explorer/systray.c
+1 −1 programs/wineboot/Makefile.in
+30 −3 programs/wineboot/wineboot.c
+2 −2 programs/wineboot/wineboot.rc
+22 −3 programs/winetest/main.c
+4 −0 server/protocol.def
+1 −0 server/queue.c
+3 −0 server/request_handlers.h
+8 −2 server/request_trace.h
+1 −0 server/user.h
+6 −2 server/window.c
+19 −2 server/winstation.c

0 comments on commit 51eb9c5

Please sign in to comment.