Displaying 2 results from an estimated 2 matches for "_encoded_null".
2010 Jul 04
1
DogFighter on Steam
...eDragDrop invalid hwnd (nil)
err:ole:RevokeDragDrop invalid hwnd 0xd0152
err:module:find_forwarded_export module not found for forward 'msvcr90._encode_pointer' used by L"C:\\windows\\system32\\msvcr80.dll"
err:module:find_forwarded_export module not found for forward 'msvcr90._encoded_null' used by L"C:\\windows\\system32\\msvcr80.dll"
err:module:find_forwarded_export module not found for forward 'msvcr90._decode_pointer' used by L"C:\\windows\\system32\\msvcr80.dll"
err:module:find_forwarded_export module not found for forward 'msvcr90._initterm_e...
2010 Apr 02
0
Wine release 1.1.42
...de.
ddrawex/tests: Don't crash on some Win98/WinMe boxes.
d3d9/tests: Initialize a variable (Coverity).
Piotr Caban (14):
msvcrt: Update msvcrt.spec.
msvcrt: Added strnlen implementation.
msvcr90: Implement _encode_pointer and _decode_pointer.
msvcr90: Added _encoded_null() implementation.
msvcr90: Added _get/set_invalid_parameter_handler implementation.
msvcr90: Added implementation of __sys_nerr and __sys_errlist.
msvcrt: Rename functions conflicting with mingw headers.
msvcrt: Avoid using scalb function.
msvcrt: Avoid using localtime...