- 25 Apr, 2024 10 commits
-
-
Hans Leidekker authored
-
Zebediah Figura authored
Motor City Online apparently checks for a debugger by setting this flag and then intentionally causing a page fault. If no debugger is present on Windows, the subprocess simply dies without spawning any crash dialog. This patch emulates that behaviour, suppressing a (harmless) crash dialog from winedbg. This may result in legitimate failures no longer triggering a winedbg crash dialog, if other programs happen to use SEM_NOGPFAULTERRORBOX, but the winedbg crash dialog cannot be relied upon anyway.
-
Rémi Bernon authored
-
Rémi Bernon authored
And to destroy, it'll be useful later.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Paul Gofman authored
-
Paul Gofman authored
-
- 24 Apr, 2024 16 commits
-
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
It's not available on Win7.
-
Rémi Bernon authored
-
Alexandros Frantzis authored
-
Alexandros Frantzis authored
-
Alexandros Frantzis authored
-
Alexandros Frantzis authored
Use the glReserved1 area in the Teb to cache the latest pixel format information requested from the driver.
-
Alexandros Frantzis authored
Introduce a new wgl driver callback function to allow the driver to provide a complete list of all pixel formats and their attributes. If the driver provides the information use it to implement wglDescribePixelFormat.
-
Alexandros Frantzis authored
We want to use wgl_pixel_format in the wgl driver API.
-
Paul Gofman authored
-
Paul Gofman authored
-
Alexandre Julliard authored
And update tests to show that Windows does the same.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 23 Apr, 2024 14 commits
-
-
Gopal Prasad authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56000Co-authored-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
-
Gopal Prasad authored
Co-authored-by: Ryan Hendrickson <ryan.hendrickson@alum.mit.edu> Co-authored-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
-
Dmitry Timoshkov authored
This makes stdole32.tlb generated by widl have proper [in,out,retval] parameter flags. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
It looks like the lowest bit in the param name offset actually indicates whether type description follows the name, and since the name offsets are always aligned that makes sense. This makes oleview.exe from PSDK running under Windows7 correctly show mix of different very complex and relatively simple type descriptions generated by widl's SLTG generator. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
Otherwise Wine's oleaut32 refuses to load a typelib. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Danyil Blyschak authored
In source_reader_create_transform(), store the result of IMFActivate_ActivateObject() so that in the event of failure, resources are freed and an appropriate HRESULT is returned. Previously, if every object's activation failed, the last part of the function was not aware of this.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Henri Verbeet authored
Note that this won't compile very many shaders until vkd3d-shader's GLSL support is much more complete.
-