Nikolay Sivov
|
7c6c054427
|
evr: Trace normalized rectangle arguments.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:52:12 +02:00 |
Nikolay Sivov
|
e1e7c16093
|
mfplay: Change to stopped state when playback ends.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:52:09 +02:00 |
Nikolay Sivov
|
dd1a603a1f
|
mfplay: Implement GetPosition().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:52:05 +02:00 |
Nikolay Sivov
|
9d6fc061c9
|
mfplay: Partially implement GetDuration().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:52:01 +02:00 |
Nikolay Sivov
|
4f92399660
|
mfplay: Fix output argument handling in CreateMediaItemFromURL().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:51:57 +02:00 |
Nikolay Sivov
|
848f2a4be0
|
mfplay: Update destination rectangle on SetVideoSourceRect().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:51:54 +02:00 |
Nikolay Sivov
|
98a91c2c25
|
mfplay: Fix pointer argument usage in GetMetadata().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:51:48 +02:00 |
Nikolay Sivov
|
dbe241990f
|
mfplay: Better handle video control method calls when there is no media item set.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:51:45 +02:00 |
Damjan Jovanovic
|
f01b028d58
|
wrc: Use sysctl instead of /proc/curproc/file on FreeBSD.
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:50:59 +02:00 |
Damjan Jovanovic
|
2c1b815363
|
wmc: Use sysctl instead of /proc/curproc/file on FreeBSD.
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:50:59 +02:00 |
Damjan Jovanovic
|
c1e83ae9fb
|
winegcc: Use sysctl instead of /proc/curproc/file on FreeBSD.
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:50:59 +02:00 |
Damjan Jovanovic
|
6d67748154
|
widl: Use sysctl instead of /proc/curproc/file on FreeBSD.
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:50:59 +02:00 |
Damjan Jovanovic
|
24b26f8bd6
|
libs/wine: Use sysctl instead of /proc/curproc/file on FreeBSD.
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:50:59 +02:00 |
Damjan Jovanovic
|
70f486c28f
|
ntdll: Use sysctl instead of /proc/curproc/file on FreeBSD.
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:50:59 +02:00 |
Damjan Jovanovic
|
f5e51cfc55
|
loader: Use sysctl instead of /proc/curproc/file on FreeBSD.
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:50:59 +02:00 |
Damjan Jovanovic
|
e224d74a57
|
server: Use sysctl instead of /proc/curproc/file on FreeBSD.
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:50:59 +02:00 |
Damjan Jovanovic
|
82a5be4637
|
winebus.sys: Get inotify working on FreeBSD.
FreeBSD requires linking to the inotify library, and
including limits.h.
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 18:50:59 +02:00 |
Alexandre Julliard
|
30fb17bda0
|
makefiles: Add support for importing PE system libraries using the -l option.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:05:07 +02:00 |
Alexandre Julliard
|
d1248c8a0c
|
makefiles: Don't try to link a library to itself.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:04:11 +02:00 |
Alexandre Julliard
|
e0e6eda692
|
xcopy: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:03:06 +02:00 |
Alexandre Julliard
|
789ba0fe41
|
wmic: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:03:00 +02:00 |
Alexandre Julliard
|
acefbcf6c9
|
winetest: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:02:53 +02:00 |
Alexandre Julliard
|
63bff91a7f
|
winemenubuilder: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:02:26 +02:00 |
Alexandre Julliard
|
43e3e1e409
|
winedbg: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:02:19 +02:00 |
Alexandre Julliard
|
9183aec7c7
|
uninstaller: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:02:12 +02:00 |
Alexandre Julliard
|
2c2e75503b
|
taskkill: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:02:04 +02:00 |
Alexandre Julliard
|
7f83b8fdd1
|
services/tests: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:01:56 +02:00 |
Alexandre Julliard
|
f8ffea3a87
|
regsvr32: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:01:45 +02:00 |
Alexandre Julliard
|
8667b8d124
|
regedit: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:01:38 +02:00 |
Alexandre Julliard
|
942f9f7157
|
reg: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:01:29 +02:00 |
Alexandre Julliard
|
3b6b24ea42
|
netstat: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:01:22 +02:00 |
Alexandre Julliard
|
3291ead14d
|
net: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:01:16 +02:00 |
Alexandre Julliard
|
b2240d6dfb
|
ipconfig: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:01:09 +02:00 |
Alexandre Julliard
|
bac8aff293
|
icinfo: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:01:02 +02:00 |
Alexandre Julliard
|
2f680d281b
|
hostname: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:00:55 +02:00 |
Alexandre Julliard
|
d39a23c518
|
fsutil: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:00:46 +02:00 |
Alexandre Julliard
|
f0fcb19525
|
expand: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:00:40 +02:00 |
Alexandre Julliard
|
a8a250cdbc
|
cmd: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:00:27 +02:00 |
Alexandre Julliard
|
9be401e3cb
|
attrib: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:00:16 +02:00 |
Dmitry Timoshkov
|
981306c1f0
|
mpg123: Fix compilation with clang.
clang -c -o libs/mpg123/src/compat/compat.cross.o ../wine.src/libs/mpg123/src/compat/compat.c -Ilibs/mpg123 \
-I../wine.src/libs/mpg123 -Iinclude -I../wine.src/include -I../wine.src/include/msvcrt \
-I../wine.src/libs/mpg123/src -I../wine.src/libs/mpg123/src/compat \
-I../wine.src/libs/mpg123/src/libmpg123 -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DNO_CATCHSIGNAL \
-D_UCRT -D__WINE_PE_BUILD -target x86_64-windows -fno-strict-aliasing -Wno-pragma-pack -Wno-format \
-mcx16 -gdwarf-2 -gstrict-dwarf -g -O2
In file included from ../wine.src/libs/mpg123/src/compat/compat.c:15:
../wine.src/libs/mpg123/src/compat/compat.h:74:10: fatal error: 'strings.h' file not found
^~~~~~~~~~~
1 error generated.
make: *** [Makefile:216382: libs/mpg123/src/compat/compat.cross.o] Error 1
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 10:55:42 +02:00 |
Alexandre Julliard
|
faf645d016
|
Release 6.20.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-22 21:44:24 +02:00 |
Gijs Vermeulen
|
01d869a09c
|
windows.devices.enumeration: Add stub dll.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51884
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-22 19:34:12 +02:00 |
Daniel Lehman
|
35ae01023b
|
msxml3: Handle NULL XML declaration.
Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-22 19:33:15 +02:00 |
Daniel Lehman
|
fd3cf6f2dd
|
msxml3: Update error for missing closing quote.
Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-22 19:33:13 +02:00 |
Daniel Lehman
|
48f038fb9e
|
msxml3: Handle single quotes in xml declaration.
Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-22 19:33:11 +02:00 |
Daniel Lehman
|
12d2417e4f
|
msxml3: Parse XML declaration when creating processing instruction.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-22 19:33:09 +02:00 |
Daniel Lehman
|
3186df70cc
|
msxml3/tests: Add some processing instruction tests.
Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-22 19:33:07 +02:00 |
Alexandre Julliard
|
5d78033a90
|
wldap32: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-22 11:25:55 +02:00 |
Alexandre Julliard
|
8839ec3130
|
vcomp: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-22 11:25:55 +02:00 |
Alexandre Julliard
|
54796d65fc
|
user32: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-22 11:12:57 +02:00 |