-
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
22 files
+2 −0 | configure | |
+1 −0 | configure.ac | |
+1 −1 | dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.spec | |
+1 −1 | dlls/dinput/device.c | |
+1 −0 | dlls/kernel32/kernel32.spec | |
+19 −0 | dlls/kernel32/tests/loader.c | |
+1 −1 | dlls/kernelbase/kernelbase.spec | |
+11 −0 | dlls/kernelbase/loader.c | |
+1 −1 | dlls/mfplat/Makefile.in | |
+3 −41 | dlls/mfplat/main.c | |
+9 −9 | dlls/mfplat/mfplat.spec | |
+0 −4 | dlls/mfplat/mfplat_private.h | |
+24 −1,017 | dlls/mfplat/queue.c | |
+14 −1 | dlls/msvcrt/math.c | |
+7 −0 | dlls/rtworkq/Makefile.in | |
+1,122 −0 | dlls/rtworkq/queue.c | |
+37 −0 | dlls/rtworkq/rtworkq.spec | |
+1 −1 | dlls/ucrtbase/ucrtbase.spec | |
+1 −7 | dlls/winex11.drv/window.c | |
+1 −0 | include/Makefile.in | |
+99 −0 | include/rtworkq.idl | |
+1 −0 | include/winbase.h |