On 03/28/2011 01:40 PM, André Hentschel wrote:
-static const WCHAR percentD[] = {'%','d',0};
+static const WCHAR percentD[] = {'%','u',0};
Variable name change may be in order here.
Dan
's bad formatted, why it
>> exists in official Wine code?
>
> For the same reason why intentation patches are not accepted, because it
> makes the use of "git blame" hard.
git blame has a -w option. Does that not work very well?
Dan
>
>> However, I mod
On 07/20/2010 06:44 AM, Misha Koshelev wrote:
> If I take a publicly available teaset:
> http://www.sjbaker.org/teapot/teaset.tgz
>
> And run it through a Microsoft function:
> http://msdn.microsoft.com/en-us/library/bb205470%28v=VS.85%29.aspx
> D3DXTesselateRectPatch for example
>
> And then cop
On 03/07/2010 10:35 AM, Vitaliy Margolen wrote:
> On 03/07/2010 04:38 AM, Reece Dunn wrote:
>> 2/ dlls should be changed to a SetLastError or failure return code
>> (depending on the API) -- otherwise, the program triggering this will
>> be killed with no information as to what happened.
> This