Re: [PATCH 5/6] msvcr90: Implement _encode_pointer and _decode_pointer
Detlef Riekenberg <wine.dev(a)web.de> writes:
--- dlls/msvcr90/msvcr90.c | 21 +++++++++++++++++++++ dlls/msvcr90/msvcr90.spec | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-)
This doesn't build on 64-bit Mingw because it comes with its own version of these functions. -- Alexandre Julliard julliard(a)winehq.org
On 03/22/10 17:27, Alexandre Julliard wrote:
This doesn't build on 64-bit Mingw because it comes with its own version of these functions. He's away for a week, can I fix it? Or should I wait until he's back before sending patches that depends on this functions?
Piotr Caban <piotr.caban(a)gmail.com> writes:
On 03/22/10 17:27, Alexandre Julliard wrote:
This doesn't build on 64-bit Mingw because it comes with its own version of these functions. He's away for a week, can I fix it? Or should I wait until he's back before sending patches that depends on this functions?
Sure, if you can find a fix that would be great. It's arguably a Mingw bug, but we still need a workaround. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Piotr Caban