Ups, sorry
2013/8/30 Paul Chitescu :
> Hi!
>
> It would help to attach the patch, not your editor's swap file.
>
> Paul
>
>
> On Friday 30 August 2013 10:57:26 pm Kai Tietz wrote:
>> Hello,
>>
>> attached patch limits recursion in type_has_full_po
2013/8/19 Alexandre Julliard :
> Kai Tietz writes:
>
>> 2013/8/19 Alexandre Julliard :
>>> Kai Tietz writes:
>>>
>>>> diff --git a/tools/widl/widl.c b/tools/widl/widl.c
>>>> index 5df99fc..6d8ec87 100644
>>>> --- a/tools/wid
2013/8/19 Alexandre Julliard :
> Kai Tietz writes:
>
>> diff --git a/tools/widl/widl.c b/tools/widl/widl.c
>> index 5df99fc..6d8ec87 100644
>> --- a/tools/widl/widl.c
>> +++ b/tools/widl/widl.c
>> @@ -139,7 +139,7 @@ int line_number = 1;
>>
&g
2013/8/16 Alexandre Julliard :
> Kai Tietz writes:
>
>> diff --git a/dlls/msvcrt/dir.c b/dlls/msvcrt/dir.c
>> index 44802b3..3b9e3c7 100644
>> --- a/dlls/msvcrt/dir.c
>> +++ b/dlls/msvcrt/dir.c
>> @@ -365,14 +365,25 @@ int CDECL MSVCRT__chdrive(int newdri
Hello,
I attached adjusted patch (including man-page entry).
Regards,
Kai
From ebb6cb67764e3a383edddb4b78e40dc8140736ba Mon Sep 17 00:00:00 2001
From: Kai Tietz
Date: Thu, 8 Aug 2013 12:29:33 +0200
Subject: [PATCH 01/12] widl: New option --rt for enabling rt's specific
language exten
2013/8/8 André Hentschel :
> Am 08.08.2013 17:51, schrieb Kai Tietz:
>> Hi,
>>
>> this patch adds new --rt option to widl. By it you can control, if
>> RT's IDL-language-extension(?s) getting active.
>> This initial patch just adds the option-scanning a
2013/8/8 André Hentschel :
> Am 08.08.2013 17:57, schrieb Kai Tietz:
>> -if (! is_attr(attrs, ATTR_PUBLIC))
>> +if (! is_attr(attrs, ATTR_PUBLIC) && ! is_attr (attrs, ATTR_HIDDEN))
>
> style issue: space after !
Well, agreed. But I don't want to cha
2011/10/26 Dmitry Timoshkov :
> Chris Robinson wrote:
>
>> For Wine it doesn't really matter, since we can't use C++. For mingw-w64,
>> however, it could be a big problem if it's not properly typed as a long.
>> Overloads and template types would silently use 'int' where it should be
>> using
>>
2011/10/26 Michael Stefaniuc :
> Hello Jacek!
>
> Jacek Caban wrote:
>> On 10/26/11 00:30, Michael Stefaniuc wrote:
>>> ---
>>> include/d3d9caps.h | 182
>>> ++--
>>> 1 files changed, 91 insertions(+), 91 deletions(-)
>>>
>>> diff --git a/include/