Skip to content

Commit

Permalink
update wine
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyl committed Sep 29, 2021
1 parent 0254a0f commit 5536e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wine
Submodule wine updated 63 files
+2 −0 configure
+1 −0 configure.ac
+75 −3 dlls/dinput/joystick_sdl.c
+104 −7 dlls/gdi32/driver.c
+1 −0 dlls/gdi32/gdi32.spec
+10 −0 dlls/kernel32/heap.c
+87 −0 dlls/kernel32/tests/heap.c
+175 −0 dlls/kernel32/tests/version.c
+6 −1 dlls/kernelbase/memory.c
+30 −4 dlls/kernelbase/version.c
+5 −2 dlls/mscoree/metahost.c
+4 −0 dlls/msvcrt/heap.c
+1 −0 dlls/ntdll/Makefile.in
+221 −128 dlls/ntdll/heap.c
+1,132 −0 dlls/ntdll/heap_lfh.c
+3 −0 dlls/ntdll/loader.c
+25 −0 dlls/ntdll/ntdll_misc.h
+74 −4 dlls/ntdll/string.c
+51 −0 dlls/ntdll/tests/info.c
+1 −0 dlls/ntdll/thread.c
+137 −11 dlls/ntdll/unix/file.c
+11 −0 dlls/ntdll/unix/process.c
+49 −30 dlls/ntdll/unix/signal_x86_64.c
+18 −0 dlls/ntdll/unix/system.c
+1 −0 dlls/ntdll/unix/unix_private.h
+25 −0 dlls/ntdll/unix/virtual.c
+1 −0 dlls/nvcuda/Makefile.in
+0 −0 dlls/nvcuda/nvcuda.spec
+13 −1 dlls/psapi/tests/psapi_main.c
+42 −12 dlls/user32/tests/win.c
+78 −18 dlls/user32/winpos.c
+46 −13 dlls/wbemprox/builtin.c
+21 −17 dlls/wbemprox/class.c
+1 −1 dlls/wbemprox/main.c
+2 −2 dlls/wbemprox/process.c
+12 −10 dlls/wbemprox/qualifier.c
+24 −19 dlls/wbemprox/query.c
+7 −7 dlls/wbemprox/reg.c
+2 −2 dlls/wbemprox/security.c
+4 −4 dlls/wbemprox/service.c
+30 −18 dlls/wbemprox/services.c
+1 −1 dlls/wbemprox/sysrestore.c
+11 −7 dlls/wbemprox/table.c
+28 −0 dlls/wbemprox/tests/query.c
+39 −0 dlls/wbemprox/tests/services.c
+2 −4 dlls/wbemprox/wbemlocator.c
+23 −13 dlls/wbemprox/wbemprox_private.h
+23 −6 dlls/wbemprox/wql.y
+47 −12 dlls/winegstreamer/decode_transform.c
+2 −2 dlls/winegstreamer/media_source.c
+7 −0 dlls/winex11.drv/display.c
+11 −0 dlls/winex11.drv/opengl.c
+45 −6 dlls/winex11.drv/window.c
+27 −11 dlls/winhttp/request.c
+3 −1 dlls/winhttp/session.c
+172 −0 dlls/winhttp/tests/notification.c
+1 −0 dlls/winhttp/winhttp_private.h
+1 −0 include/ntddvdeo.h
+2 −1 include/winnt.h
+14 −0 include/winternl.h
+22 −17 loader/wine.inf.in
+2 −3 tools/winebuild/import.c
+1 −1 tools/winebuild/spec32.c

0 comments on commit 5536e50

Please sign in to comment.