On Sat, 2010-12-18 at 17:52 +0200, Paul Sokolovsky wrote:
> Well, #ifdef is 2 lines => bigger patches, harder to eye-ball, higher
> chance of conflict on upstream merge. Would you have comments regarding
> _WNAME() macro I proposed in the other mail? (I undertstand it's only
> part of the story, th
Hello,
On Sat, 18 Dec 2010 14:29:25 +0100
Danny Backx wrote:
> On Thu, 2010-12-16 at 23:48 +0200, Paul Sokolovsky wrote:
> > And back to the issue at that link, I worked it around with the
> > following patch:
> >
> > -BOOL WINAPI Shell_NotifyIconW(DWORD,PNOTIFYICONDATAW);
> > +BOOL WINAPI She
On Thu, 2010-12-16 at 23:48 +0200, Paul Sokolovsky wrote:
> And back to the issue at that link, I worked it around with the
> following patch:
>
> -BOOL WINAPI Shell_NotifyIconW(DWORD,PNOTIFYICONDATAW);
> +BOOL WINAPI Shell_NotifyIcon(DWORD,PNOTIFYICONDATAW);
> -#define Shell_NotifyIcon Shell_No
On Sat, 18 Dec 2010, Paul Sokolovsky wrote:
> Hello,
>
> On Sat, 18 Dec 2010 13:04:43 +0100
> Vincent Richomme wrote:
>
>> Hi,
>>
>> You should discuss with mingw-w64 folks and especially with Kai Tietz
>> because
>> he was interested in including mingw32ce inside their repository.
>> It would
Hello,
On Sat, 18 Dec 2010 13:04:43 +0100
Vincent Richomme wrote:
> Hi,
>
> You should discuss with mingw-w64 folks and especially with Kai Tietz
> because
> he was interested in including mingw32ce inside their repository.
> It would be great to do so because some features that have been
> inc
Hi,
You should discuss with mingw-w64 folks and especially with Kai Tietz
because
he was interested in including mingw32ce inside their repository.
It would be great to do so because some features that have been
included into
mingw-w64 could be backported to cegcc (SEH exceptions, unicode
startup)