Skip to content

Commit

Permalink
wine: update bleeding edge
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed May 29, 2022
1 parent 9956b45 commit 009bc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proton-wine
Submodule proton-wine updated 97 files
+99 −99 autom4te.cache/requests
+0 −1 dlls/combase/Makefile.in
+27 −27 dlls/combase/apartment.c
+47 −48 dlls/combase/combase.c
+1 −1 dlls/combase/combase.spec
+0 −1 dlls/combase/combase_private.h
+16 −34 dlls/combase/errorinfo.c
+11 −11 dlls/combase/hglobalstream.c
+2 −3 dlls/combase/malloc.c
+68 −72 dlls/combase/marshal.c
+37 −7 dlls/combase/roapi.c
+65 −66 dlls/combase/rpc.c
+2 −2 dlls/combase/string.c
+19 −19 dlls/combase/stubmanager.c
+11 −11 dlls/combase/usrmarshal.c
+41 −65 dlls/dinput/device.c
+5 −5 dlls/dinput/device_private.h
+7 −1 dlls/dinput/dinput_main.c
+29 −53 dlls/dinput/joystick_hid.c
+2 −9 dlls/dinput/keyboard.c
+5 −12 dlls/dinput/mouse.c
+122 −122 dlls/hidclass.sys/device.c
+1 −1 dlls/kernel32/kernel32.spec
+84 −0 dlls/kernel32/tests/actctx.c
+0 −17 dlls/kernel32/thread.c
+1 −1 dlls/kernelbase/kernelbase.spec
+1,780 −0 dlls/kernelbase/kernelbase.spec.orig
+1 −9 dlls/kernelbase/loader.c
+19 −0 dlls/kernelbase/thread.c
+1,254 −0 dlls/kernelbase/thread.c.orig
+54 −117 dlls/mfplat/main.c
+296 −1 dlls/ntdll/actctx.c
+1 −1 dlls/ntdll/env.c
+7 −26 dlls/ntdll/path.c
+0 −980 dlls/ntdll/path.c.orig
+6 −0 dlls/ntdll/unix/thread.c
+2,431 −0 dlls/ntdll/unix/thread.c.orig
+21 −0 dlls/opengl32/tests/opengl.c
+13 −3 dlls/opengl32/wgl.c
+0 −1 dlls/secur32/Makefile.in
+23 −23 dlls/secur32/lsa.c
+13 −13 dlls/secur32/negotiate.c
+105 −53 dlls/secur32/schannel.c
+105 −53 dlls/secur32/schannel.c.orig
+4 −3 dlls/secur32/schannel_gnutls.c
+5 −5 dlls/secur32/secur32.c
+10 −1 dlls/secur32/tests/schannel.c
+10 −1 dlls/secur32/tests/schannel.c.orig
+16 −16 dlls/secur32/thunks.c
+18 −18 dlls/secur32/wrapper.c
+21 −2 dlls/user32/painting.c
+64 −20 dlls/user32/tests/msg.c
+0 −18,881 dlls/user32/tests/msg.c.orig
+0 −2 dlls/webservices/Makefile.in
+7 −0 dlls/windows.gaming.input/Makefile.in
+647 −0 dlls/windows.gaming.input/async.c
+2 −1 dlls/windows.gaming.input/classes.idl
+288 −0 dlls/windows.gaming.input/condition_effect.c
+274 −0 dlls/windows.gaming.input/constant_effect.c
+26 −2 dlls/windows.gaming.input/controller.c
+747 −0 dlls/windows.gaming.input/force_feedback.c
+11 −0 dlls/windows.gaming.input/main.c
+4 −0 dlls/windows.gaming.input/manager.c
+326 −0 dlls/windows.gaming.input/periodic_effect.c
+26 −0 dlls/windows.gaming.input/private.h
+22 −4 dlls/windows.gaming.input/provider.c
+120 −0 dlls/windows.gaming.input/provider.idl
+580 −0 dlls/windows.gaming.input/racing_wheel.c
+277 −0 dlls/windows.gaming.input/ramp_effect.c
+2 −2 dlls/windows.media.speech/main.c
+4 −4 dlls/winebus.sys/bus_sdl.c
+7 −7 dlls/winebus.sys/bus_udev.c
+9 −0 dlls/winebus.sys/hid.c
+1 −0 dlls/winebus.sys/unix_private.h
+5 −0 dlls/winex11.drv/keyboard.c
+2,707 −0 dlls/winex11.drv/keyboard.c.orig
+3 −1 dlls/winex11.drv/mouse.c
+3 −1 dlls/winex11.drv/mouse.c.orig
+1 −1 dlls/wininet/internet.c
+76 −6 dlls/ws2_32/socket.c
+16 −0 dlls/ws2_32/tests/sock.c
+1 −0 include/Makefile.in
+1 −0 include/Makefile.in.orig
+16 −1 include/processthreadsapi.h
+10 −0 include/roerrorapi.h
+49 −0 include/schannel.h
+1 −1 include/windows.foundation.collections.idl
+193 −144 include/windows.foundation.idl
+39 −0 include/windows.foundation.numerics.idl
+253 −82 include/windows.gaming.input.forcefeedback.idl
+283 −0 include/windows.gaming.input.idl
+62 −35 include/windows.storage.streams.idl
+19 −0 include/winerror.h
+1 −0 include/winnt.h
+1 −0 include/winnt.h.orig
+52 −48 server/queue.c
+0 −3,831 server/queue.c.orig

0 comments on commit 009bc64

Please sign in to comment.