- Feb 20, 2023
-
-
This reverts commit c489356d.
-
-
-
-
Note that overloaded C++ methods are renamed to avoid conflicts.
-
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
-
The same goes for InternetGetProxyInfo(). They seem to have been replaced with stubs that fail but don't bother setting the error code. So just skip the tests when that happens. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54531
-
-
-
Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
- Feb 17, 2023
-
-
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54432 Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
-
-
Not all layouts return 'a' but layouts like Azerty still return 'a' despite the A and Q keys being swapped.
-
ToAscii() can only return two bytes and thus cannot return three-byte UTF-8 characters. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54058
-
It is important for the input tests so add it to the global locale information.
-
Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
This preserves order in which modules are loaded, and enumeration is done according to this order. Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
Even is MSDN states that it enumerates modules' name, the first parameter to the callback is the fullpath to the image. So - fix EnumerateLoadedModules() to pass the image name for the considered module - fix all callbacks in Wine code to EnumerateLoadedModules to handle the image name instead of module name Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
It's supposed to be the base address of the module. Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
-