-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule wine
updated
30 files
+2 −0 | dlls/avifil32/getframe.c | |
+31 −4 | dlls/evr/evr.c | |
+124 −18 | dlls/kernel32/tests/virtual.c | |
+6 −0 | dlls/kernelbase/process.c | |
+45 −22 | dlls/mmdevapi/spatialaudio.c | |
+21 −0 | dlls/mmdevapi/tests/spatialaudio.c | |
+4 −0 | dlls/ntdll/heap.c | |
+7 −1 | dlls/ntdll/loader.c | |
+1 −0 | dlls/ntdll/ntdll_misc.h | |
+129 −0 | dlls/ntdll/tests/info.c | |
+13 −0 | dlls/ntdll/unix/file.c | |
+104 −4 | dlls/ntdll/unix/system.c | |
+75 −0 | dlls/ntdll/unix/uffd_tmp_defs.h | |
+264 −120 | dlls/ntdll/unix/virtual.c | |
+63 −14 | dlls/opengl32/wgl.c | |
+23 −18 | dlls/win32u/message.c | |
+9 −1 | dlls/winegstreamer/main.c | |
+10 −0 | dlls/winegstreamer/media_source.c | |
+14 −0 | dlls/winegstreamer/unixlib.c | |
+7 −0 | dlls/winegstreamer/unixlib.h | |
+1 −0 | dlls/winegstreamer/wg_format.c | |
+18 −0 | dlls/winegstreamer/wm_reader.c | |
+3 −0 | dlls/winex11.drv/event.c | |
+12 −2 | dlls/winex11.drv/opengl.c | |
+6 −0 | dlls/wow64/struct32.h | |
+18 −0 | dlls/wow64/system.c | |
+13 −3 | dlls/ws2_32/tests/sock.c | |
+6 −0 | include/winternl.h | |
+4 −1 | server/process.c | |
+1 −0 | server/protocol.def |