Alexandre Julliard pushed to branch master at wine / wine
Commits:
15615be5 by Alistair Leslie-Hughes at 2024-12-05T21:19:21+01:00
include: Add _WIN32_WINNT_ version defines.
- - - - -
578adf36 by Alistair Leslie-Hughes at 2024-12-05T21:19:23+01:00
include: Add DB_VARNUMERIC struct.
- - - - -
d71acd69 by Alistair Leslie-Hughes at 2024-12-05T21:21:15+01:00
include: Add SQL_C_TCHAR define.
- - - - -
3 changed files:
- include/dbs.idl
- include/sdkddkver.h
- include/sqlucode.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bc4f1d60680bf1c8c69a4eb935715…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bc4f1d60680bf1c8c69a4eb935715…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b857a916 by Conor McCarthy at 2024-12-05T19:52:57+01:00
winegstreamer: Handle null transform in video IMediaObject::Flush().
Other methods for the video object return DMO_E_TYPE_NOT_SET if
wg_transform is null. A race condition in Nioh can result in Flush()
being called when the transform is not set.
- - - - -
8c096956 by Conor McCarthy at 2024-12-05T19:52:57+01:00
winegstreamer: Handle null transform in video IMFTransform::ProcessMessage() DRAIN.
ProcessMessage() can return MF_E_TRANSFORM_TYPE_NOT_SET if necessary.
- - - - -
5fb0b358 by Conor McCarthy at 2024-12-05T19:52:57+01:00
winegstreamer: Handle null transform in video IMFTransform::ProcessMessage() FLUSH.
- - - - -
3bf0b436 by Conor McCarthy at 2024-12-05T19:52:57+01:00
winegstreamer: Handle null transform in WMA IMediaObject::Flush().
- - - - -
2 changed files:
- dlls/winegstreamer/video_decoder.c
- dlls/winegstreamer/wma_decoder.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a207ec601501a350999a7a2312ae7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a207ec601501a350999a7a2312ae7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
cc06f7ac by Piotr Caban at 2024-12-05T19:52:57+01:00
msvcrt: Call _wfindfirst64i32 in _findfirst64i32 function.
- - - - -
e67b9d8b by Piotr Caban at 2024-12-05T19:52:57+01:00
msvcrt: Call _wfindnext64i32 in _findnext64i32 function.
- - - - -
ee2db2f7 by Piotr Caban at 2024-12-05T19:52:57+01:00
msvcrt: Add putenv() utf-8 tests.
The test shows that native has partial support for utf-8 that is currently broken.
- - - - -
34092915 by Piotr Caban at 2024-12-05T19:52:57+01:00
msvcrt: Return error on NULL path parameter in _wsopen_dispatch.
- - - - -
9702d73f by Piotr Caban at 2024-12-05T19:52:57+01:00
msvcrt: Prepare _sopen_dispatch to handle utf-8 encoded path.
- - - - -
ca5f04f9 by Piotr Caban at 2024-12-05T19:52:57+01:00
msvcrt: Prepare freopen to handle utf-8 encoded path.
- - - - -
3638aa2f by Piotr Caban at 2024-12-05T19:52:57+01:00
msvcrt: Prepare _loaddll to handle utf-8 encoded path.
- - - - -
e4c2903c by Piotr Caban at 2024-12-05T19:52:57+01:00
msvcrt: Prepare _spawnl to handle utf-8 encoded arguments.
- - - - -
627c488a by Piotr Caban at 2024-12-05T19:52:57+01:00
msvcrt: Prepare _execle to handle utf-8 encoded arguments.
- - - - -
68228553 by Piotr Caban at 2024-12-05T19:52:57+01:00
msvcrt: Prepare remaining process creation functions to handle utf-8 encoded arguments.
- - - - -
a207ec60 by Piotr Caban at 2024-12-05T19:52:57+01:00
ucrtbase: Enable utf8 support.
- - - - -
6 changed files:
- dlls/msvcp140/tests/msvcp140.c
- dlls/msvcrt/dir.c
- dlls/msvcrt/file.c
- dlls/msvcrt/msvcrt.h
- dlls/msvcrt/process.c
- dlls/ucrtbase/tests/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7e9596aa3b807c028f07537d51d65…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7e9596aa3b807c028f07537d51d65…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5e9710cf by Alexandre Julliard at 2024-12-05T13:29:06+01:00
configure: Correctly check the --enable-build-id option.
- - - - -
91736a7c by Alexandre Julliard at 2024-12-05T14:02:50+01:00
winegcc: Remove support for .def files as import libraries.
- - - - -
0732aa0a by Alexandre Julliard at 2024-12-05T14:02:50+01:00
winebuild: Remove support for .def files as import libraries.
- - - - -
fae2474c by Alexandre Julliard at 2024-12-05T15:34:23+01:00
wrc: Use the correct error function for syntax errors.
- - - - -
7e9596aa by Alexandre Julliard at 2024-12-05T19:52:57+01:00
server: Print signal names in traces.
- - - - -
11 changed files:
- configure
- configure.ac
- server/ptrace.c
- tools/winebuild/build.h
- tools/winebuild/import.c
- tools/winebuild/main.c
- tools/winebuild/winebuild.man.in
- tools/winegcc/utils.c
- tools/winegcc/utils.h
- tools/winegcc/winegcc.c
- tools/wrc/ppl.l
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8b176b89db10e02bfe667a8e4ea5b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8b176b89db10e02bfe667a8e4ea5b…
You're receiving this email because of your account on gitlab.winehq.org.