- Sep 30, 2022
-
-
Prints 'int a[10]' (instead of 'int[10] a'). Ditto for variables/fields of type function pointer. And for pure type printing, no longer prints --none-- for arrays and function pointers. Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
It's mostly always set at 0, and native dbghelp doesn't expose it anyway. Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Alexandre Julliard authored
-
For CommandLineToArgvW.
-
Avoid triggering the load of comctl32 early.
-
And drop gdi32 which isn't required.
-
In order to favor direct imports over delayed imports, for instance when the delay imported module forwards symbols from the imported module.
-
-
-
-
-
-
-
Some transform do not handle the MFT_SET_TYPE_TEST_ONLY correctly, and setting the type may have undesired side effects. We already check the required attributes consistently now.
-
-
-
-
-
-
- Sep 29, 2022
-
-
Alexandre Julliard authored
Avoids spamming stderr when debug output is disabled.
-
Alexandre Julliard authored
-
__wine_dbg_output accumulates the output characters in a debug_info structure, flushing it when it encounters '\n'. If debug_info plus the new string exceed 1024 characters, append_output will print > wine_dbg_output: debugstr buffer overflow and then crash the process via abort(). wine_dbgstr_variant limits the length printed for any individual argument, but a function with multiple parameters can still plausibly exceed 1024. Fixed by formatting the TRACE for each argument on a separate line, as similar places (like oleaut32/typelib.c:dump_DispParms) do.
-
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
The reason for the re-ordering in event types is due to querying the IIDs, where the order matters (MouseEvent must be queried before UIEvent, for example). Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
This simplifies the rest of the code. 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>
-
Currently, these forward declarations make widl add IHTMLDocument2's `URL` symbol before the other, lowercased, `url` symbols to the type library (from IHTMLMetaElement, IDOMStorageEvent, etc). Since the typelib symbols are case insensitive, `URL` ends up stored instead of `url`, which doesn't match native. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Because the typelib should contain the lowercase `url` symbol instead. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
-
-
And calculate the sizes when media type is successfully changed.
-
And calculate the sizes when media type is successfully changed.
-
And calculate the sizes when media type is successfully changed.
-
And calculate the sizes when media type is successfully changed.
-
And calculate the sizes when media type is successfully changed.
-
-
-
-