- 21 Mar, 2024 9 commits
-
-
Yuxuan Shui authored
It should look in the currect working directory, instead of the directory where the current executable is in.
-
Yuxuan Shui authored
-
Yuxuan Shui authored
Setting dwWhich to 0xff forces extensions to be appended, even when the file name already includes an extension. This causes PathResolve to fail in some cases where the file does exist.
-
Yuxuan Shui authored
Previously looking for file that does exist in current directory will fail because of the early `!PathFileExists(path)` check, even when the current directory is specified in `dirs`.
-
Yuxuan Shui authored
Unless it's explicitly specified.
-
Yuxuan Shui authored
-
Yuxuan Shui authored
FindExecutable should look in the current working directory, not relative to the current executable image (which is what SearchPathW(NULL, ...) does).
-
Rémi Bernon authored
-
Rémi Bernon authored
-
- 20 Mar, 2024 8 commits
-
-
Jinoh Kang authored
-
Esme Povirk authored
-
Esme Povirk authored
-
Esme Povirk authored
-
Rémi Bernon authored
-
Giovanni Mascellani authored
-
Jinoh Kang authored
This reverts commit 4fdb45f2. NtMakeTemporaryObject() has existed since at least Windows NT 3.10.
-
Vijay Kiran Kamuju authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52622
-
- 19 Mar, 2024 23 commits
-
-
Paul Gofman authored
strmbase: Fallback to InitializeCriticalSection() if RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO is unsupported.
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Rémi Bernon authored
Fixes bb872831 which lost this from the winex11 driver. This might be something we want to relax at some point to allow multiple APIs to draw to the same HWND, but it was done like that before and it is technically a regression. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56380
-
Vijay Kiran Kamuju authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53635 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52352 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48085
-
Jinoh Kang authored
kernel32.RtlPcToFileHeader is an export forwarder to ntdll.RtlPcToFileHeader and does not exist on Windows 8 or earlier. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56458
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56450
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56450
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56450
-
Rémi Bernon authored
As a hint for the frontend to decide whether to use hidraw. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56450
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
But preserved with MFVIDEOFORMAT.
-
Hans Leidekker authored
-
Zhenbo Li authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=25207
-
Zebediah Figura authored
-