Displaying 3 results from an estimated 3 matches for "__p__iob".
2001 Aug 05
4
Abiword as test of Wine
One problem with Wine has been that there were few
serious open source win32 applications out there to
test Wine with (ok, maybe my opinions are from 1997 :-)
In any case, we have some great open source Win32 applications
to test with. AbiWord is one.
I just tried installing AbiWord 0.9 under the latest
Codeweavers preview. The install worked -- but generated
about a billion warnings of the
2019 Aug 16
0
Wine release 4.14
...gger tests.
server: Report only one debug event per process at the time.
jscript: Support VT_UI1 and VT_I1 types.
jscript: Allow 0x strings with explicit radix 16 in parseInt.
jscript: Add support for parametrized compound assignments.
msvcrt: Use __iob_func instead of __p__iob in __acrt_iob_func implementation.
msvcrt: Export __p__iob only on i386.
msvcrt: Avoid conflict with mingw __iob_func declaration.
include/msvcrt: Add corecrt.h header.
include/msvcrt: Include corecrt.h instead of crtdefs.h.
mshtml/tests: Fix events.html on some win10...
2008 Dec 20
0
Wine release 1.1.11
...entry points for x86_64.
ntdll: Add support for dynamically generated stub entry points.
msvcrt: Rewrite va_list to string conversions to avoid depending on va_copy.
configure: Get rid of the va_copy checks.
msvcrt: Add __cdecl to all function prototypes.
include: Use __p__iob on i386 to avoid problems with Mingw libraries.
server: Add a mem_size_t type to represent memory sizes and offsets.
server: Make mem_size_t always 64-bit.
server: Use mem_size_t instead of file_pos_t for memory mapping sizes.
server: Make apc_param_t always 64-bit.
cr...