Re: gdiplus: fix a clipping regression in GdipDrawString (try 3)

2013-06-14 Thread Dmitry Timoshkov
Rafał Mużyło wrote: > Going on an assumption, that 0 is a magic value (standing for 'point'), > compare against it. Fixes 6ab04040e52465e77558a067309e8a54bdc0f32c regression, > so would be nice if this got into wine 1.6. It would be nice to see some test cases first. -- Dmitry.

Re: Fwd: [GSoC Mentors Announce] GSoC 2013: Mentor Summit Travel and Details

2013-06-14 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 2013-06-13 20:52, schrieb Austin English: > FYI for GSoC mentors. It's a ways away, but have the date in mind > if you'd like to attend. Remember we have two slots, so if there > are more than 2 people, we'll give preference to people that > haven't

Re: oledb32: Add IErrorInfo Support

2013-06-14 Thread Nikolay Sivov
On 6/14/2013 14:12, Alistair Leslie-Hughes wrote: +typedef struct ErrorInfoImpl +{ +IErrorInfo IErrorInfo_iface; +LONG ref; + +GUID m_Guid; +WCHAR *source; +WCHAR *description; +WCHAR *help_file; +DWORD m_dwHelpContext; +} ErrorInfoImpl; Please use consistent naming,