Displaying 2 results from an estimated 2 matches for "wowcallback16ex".
2019 May 14
4
Handling of the x18 register in Wine on AArch64
...before handing control over to native code.
5) Enclose every callback call in Wine with a wrapper/thunk that sets up
the register correctly. This would be a perfect solution, but is
practically unfeasible. As far as I know, this is the approach that was
used for Win16 back in the day, calling WOWCallback16Ex every time Wine
code should call back into Win16 code. Given the size of Wine today and
the number of different places where callbacks are made (where the
function pointers are called without any extra wrapping), this is
unfeasible (and I have a very hard time seeing such a patch accepted into...
2007 Aug 24
0
Wine release 0.9.44
...advapi32: Obtain the process id locally.
msvcrt: Test and fix _ismbslead and _ismbstrail.
msvcrt: Implement and test _mbsbtype.
Miko?aj Zalewski (6):
kernel: Allocate global memory with execute permission.
winedos: Make UMB executable.
kernel32: Return error code if WOWCallback16Ex of a real-mode function failed.
wininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_FLAG_REQUEST_HEADERS.
wininet: Make HttpQueryInfo[AW] work for lpBuffer == NULL and len > 0.
wininet: A small test for HttpQueryInfoA.
Misha Koshelev (13):
wininet: Don't peek data...