- 30 Jul, 2022 35 commits
-
-
Alistair Leslie-Hughes authored
Wine-bug: https://bugs.winehq.org/show_bug.cgi?id=50210Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Charles Davis authored
-
Dmitry Timoshkov authored
An application in the bug 38400 passes a not initialized ofn->lpstrFileTitle to GetSaveFileNameW(). Basically ofn->lpstrFileTitle points to the stack approximately 428 bytes above the current stack pointer, and since Wine's GetSaveFileNameW() uses more than 4096 bytes one of internal stack frames is guaranteed to be trashed after copying file name to ofn->lpstrFileTitle.
-
Dmitry Timoshkov authored
An application that I have here checks comctl32.dll version information and refuses to run, changing DLL version to 6.0 makes it run. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Andrej Shadura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=14750
-
Jason Edmeades authored
If a file association was set (e.g. ftype fred=xxx), ftype fred= needs to clear it, but previously it failed to do so.
-
Jason Edmeades authored
cmd already handles exe, cmd, bat etc but if you run a file with another extension, then use the associations set in the registry (for example via ftype / assoc) to launch a program. This enables you to run test.txt and notepad to pop up, or fred.msi for msiexec to be launched. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=18154 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=36646
-
Michael Müller authored
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Michael Müller authored
-
Michael Müller authored
-
Sebastian Lackner authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
In file included from dlls/bcrypt/gnutls.c:1916: include/windef.h:112:24: error: unknown type name ‘va_list’ 112 | # define __ms_va_list va_list | ^~~~~~~ include/winbase.h:2076:84: note: in expansion of macro ‘__ms_va_list’ 2076 | WINBASEAPI DWORD WINAPI FormatMessageA(DWORD,LPCVOID,DWORD,DWORD,LPSTR,DWORD,__ms_va_list*); Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
-
Alistair Leslie-Hughes authored
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Alistair Leslie-Hughes authored
-
- 29 Jul, 2022 5 commits
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Paul Gofman authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53429
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-