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.
-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
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,