Skip to content

Commit

Permalink
wine: Rebase to 10.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRH committed Dec 21, 2024
1 parent 51eb9c5 commit d45e70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wine
Submodule wine updated 52 files
+83 −94 ANNOUNCE.md
+1 −0 AUTHORS
+1 −1 VERSION
+9 −9 configure
+1 −0 dlls/advapi32/tests/registry.c
+1 −1 dlls/comctl32/tests/toolbar.c
+1 −2 dlls/crypt32/msg.c
+2 −2 dlls/d3d11/tests/d3d11.c
+1 −1 dlls/d3dx9_36/tests/mesh.c
+11 −2 dlls/dinput/device.c
+71 −1 dlls/dinput/tests/joystick8.c
+55 −31 dlls/dwrite/tests/layout.c
+1 −0 dlls/gdiplus/graphicspath.c
+28 −0 dlls/gdiplus/tests/graphicspath.c
+14 −0 dlls/kernel32/tests/heap.c
+2 −2 dlls/kernelbase/file.c
+1 −1 dlls/mshtml/nsevents.c
+8 −2 dlls/msxml3/element.c
+51 −1 dlls/msxml3/tests/domdoc.c
+4 −0 dlls/ntdll/heap.c
+7 −1 dlls/odbc32/proxyodbc.c
+1 −1 dlls/propsys/tests/propsys.c
+1 −1 dlls/shell32/shellpath.c
+5 −5 dlls/shell32/shlexec.c
+74 −0 dlls/user32/tests/msg.c
+1 −0 dlls/win32u/tests/win32u.c
+597 −29 dlls/windowscodecs/tests/metadata.c
+1 −1 dlls/windowscodecs/windowscodecs_wincodec.idl
+0 −15 dlls/wined3d/adapter_gl.c
+2 −36 dlls/wined3d/context_gl.c
+0 −24 dlls/wined3d/device.c
+7 −4 dlls/wined3d/ffp_gl.c
+93 −69 dlls/wined3d/glsl_shader.c
+7 −13 dlls/wined3d/texture.c
+0 −39 dlls/wined3d/view.c
+0 −22 dlls/wined3d/wined3d_gl.h
+3 −3 dlls/winex11.drv/init.c
+2 −2 dlls/winex11.drv/vulkan.c
+2 −1 dlls/winex11.drv/window.c
+4 −4 dlls/xmllite/tests/reader.c
+721 −510 include/dwrite.idl
+187 −148 include/dwrite_1.idl
+182 −139 include/dwrite_2.idl
+656 −379 include/dwrite_3.idl
+0 −23 libs/capstone/include/capstone/platform.h
+24 −59 po/ja.po
+1 −1 programs/cmd/batch.c
+2 −0 programs/cmd/tests/test_builtins.cmd
+1 −0 programs/cmd/tests/test_builtins.cmd.exp
+2 −2 server/handle.c
+2 −3 server/hook.c
+2 −2 tools/winedump/pe.c

0 comments on commit d45e70f

Please sign in to comment.