http://bugs.winehq.org/show_bug.cgi?id=58631
ekopcom@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr@codeweavers.com
--- Comment #4 from ekopcom@gmail.com --- Here is the output of the bisect.
fc3eada4148b8c4c42077ec4d3cc56678efaaed5 is the first bad commit commit fc3eada4148b8c4c42077ec4d3cc56678efaaed5 Author: Piotr Caban piotr@codeweavers.com Date: Wed Aug 6 16:47:12 2025 +0200
vccorlib140: Add Platform::Details::InitializeData semi-stub.
configure | 1 + configure.ac | 1 + dlls/vccorlib140/Makefile.in | 4 ++ dlls/vccorlib140/tests/Makefile.in | 5 ++ dlls/vccorlib140/tests/vccorlib.c | 222 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ dlls/vccorlib140/vccorlib.c | 42 ++++++++++++++ dlls/vccorlib140/vccorlib140.spec | 5 +- 7 files changed, 277 insertions(+), 3 deletions(-) create mode 100644 dlls/vccorlib140/tests/Makefile.in create mode 100644 dlls/vccorlib140/tests/vccorlib.c create mode 100644 dlls/vccorlib140/vccorlib.c