- May 30, 2023
-
-
This fixes some crashes especially when dealing with very long C++ names (like template classes). Fortunately, dwarf internals don't require type lookup by name (eg. on forward declaration), so the impact of thrashing some names is limited. It's very likely native doesn't store directly these very long names (it could either store the qualified mangled name - which can be way shorter for template classes - or use the names in lexical hierarchy: both boil down to storing less information, and recompute it (unmangle or class hierarchy walk) upon request). But this would need a proper C++ support in dbghelp. Not for today. Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
-
-
-
-
-
Signed-off-by:
Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Signed-off-by:
Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Signed-off-by:
Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Signed-off-by:
Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Signed-off-by:
Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
-
-
-
-
-
-
-
When the default desktop window is created, its parent is always NULL, and SetDesktopWindow is never called here.
-
This doesn't create anything, but instead notifies the user driver of the current desktop window, either when it is created, or when a thread calling NtUserGetDesktopWindow receives the current desktop window.
-
-
-
-
-
-
-
-
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
- May 29, 2023
-
-
This allows any manifest resource IDs (e.g., ISOLATIONAWARE_MANIFEST_RESOURCE_ID) to be recognized when looking up the assembly manifest of a dependency. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=18889
-
-
This prevents passing NULL resource name to get_manifest_in_module().
-