- 21 Mar, 2024 39 commits
-
-
Jacek Caban authored
Fixes a regression from 9d537999, which removed closing the file. This causes Windows widl build to be to remove the temporary file on exit.
-
Akihiro Sagawa authored
RE:D Cherish! (Trial ver) depends on this behavior. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53613
-
Akihiro Sagawa authored
On recent Windows, at least Windows 7, a multithread apartment (MTA) is initialized within IDirectSound::Initialize().
-
Jinoh Kang authored
Fixes: a4ef56e1
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Either from command line option, or as a command. Mostly handy for scripting. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Rémi Bernon authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard 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
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Yuxuan Shui authored
This does two things: 1. ShellExecute no longer searches in the directory where the current executable is in. 2. We always CreateProcess with a fully qualified path, so we CreateProcess won't do its own path resolution. Serendipitously this also fixes some existing todos in tests.
-
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 1 commit
-
-
Jinoh Kang authored
-