Re: [PATCH 5/6] msvcr90: Implement _encode_pointer and _decode_pointer

2010-03-23 Thread Alexandre Julliard
Piotr Caban 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? Su

Re: [PATCH 5/6] msvcr90: Implement _encode_pointer and _decode_pointer

2010-03-22 Thread Piotr Caban
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?

Re: [PATCH 5/6] msvcr90: Implement _encode_pointer and _decode_pointer

2010-03-22 Thread Alexandre Julliard
Detlef Riekenberg 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 Jull