Re: [PATCH] widl: Limit recursion deepth within structs to 1 for checking for full-pointers.

2013-08-30 Thread Kai Tietz
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

Re: [PATCH 10/11] widl: Set pointer_size according to host's pointer-size.

2013-08-19 Thread Kai Tietz
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

Re: [PATCH 10/11] widl: Set pointer_size according to host's pointer-size.

2013-08-19 Thread Kai Tietz
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

Re: [PATCH 1/6] msvcrt: Use LOCK_ENV locking in _chdrive and do validatation of input argument.

2013-08-16 Thread Kai Tietz
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

Re: [PATCH 01/11] widl: New option --rt for enabling rt's specific language extensions.

2013-08-16 Thread Kai Tietz
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

Re: [PATCH 01/11] widl: New option --rt for enabling rt's specific language extensions.

2013-08-08 Thread Kai Tietz
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

Re: [PATCH 04/11] widl: Handle default value for public vs hidden attribute.

2013-08-08 Thread Kai Tietz
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

Re: include: Remove 'l' modifier from numeric constants in d3d9caps.h

2011-10-26 Thread Kai Tietz
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 >>

Re: include: Remove 'l' modifier from numeric constants in d3d9caps.h

2011-10-26 Thread Kai Tietz
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/