Re: [PATCH] Open file in binary mode to work around a windows bug

2008-09-09 Thread Steven Edwards
On Tue, Sep 9, 2008 at 12:03 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Steven Edwards" <[EMAIL PROTECTED]> wrote: > >> If Alexandre does not apply it I will resend. > > Usually he doesn't apply the patches sent to wine-devel, so > you have to resend. Duh! I am being really careless today

Re: [PATCH] Open file in binary mode to work around a windows bug

2008-09-09 Thread Dmitry Timoshkov
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > If Alexandre does not apply it I will resend. Usually he doesn't apply the patches sent to wine-devel, so you have to resend. -- Dmitry.

Re: [PATCH] Open file in binary mode to work around a windows bug

2008-09-09 Thread Steven Edwards
On Tue, Sep 9, 2008 at 11:10 AM, Rob Shearman <[EMAIL PROTECTED]> wrote: > 2008/9/9 Dmitry Timoshkov <[EMAIL PROTECTED]>: >> "Steven Edwards" <[EMAIL PROTECTED]> wrote: >> >>> [PATCH] Open file in binary mode to work around a windows bug >

Re: [PATCH] Open file in binary mode to work around a windows bug

2008-09-09 Thread Rob Shearman
2008/9/9 Dmitry Timoshkov <[EMAIL PROTECTED]>: > "Steven Edwards" <[EMAIL PROTECTED]> wrote: > >> [PATCH] Open file in binary mode to work around a windows bug > > What bug is that? If that's a Windows bug why Wine needs to be patched? It's not

Re: [PATCH] Open file in binary mode to work around a windows bug

2008-09-09 Thread Dmitry Timoshkov
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > [PATCH] Open file in binary mode to work around a windows bug What bug is that? If that's a Windows bug why Wine needs to be patched? -- Dmitry.

[PATCH] Open file in binary mode to work around a windows bug

2008-09-09 Thread Steven Edwards
14 -0400 Subject: [PATCH] Open file in binary mode to work around a windows bug --- tools/widl/typelib.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/widl/typelib.c b/tools/widl/typelib.c index b30b323..2706870 100644 --- a/tools/widl/typelib.c +++ b/tool