Re: wininet: Port numbers are unsigned (more)

2011-03-28 Thread Dan McDonald
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

Re: [1/5] gameux: Add initial implementation of gameux.dll

2010-07-23 Thread Dan McDonald
'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

Re: Quick legal question... teapot related

2010-07-20 Thread Dan McDonald
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

Re: asserts in wine

2010-03-16 Thread Dan McDonald
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