Re: [Cegcc-devel] Some cegcc issues, was: Re: Producing a cegcc binutils/gcc patchset, after all

2010-12-18 Thread Danny Backx
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

Re: [Cegcc-devel] Some cegcc issues, was: Re: Producing a cegcc binutils/gcc patchset, after all

2010-12-18 Thread Paul Sokolovsky
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

Re: [Cegcc-devel] Some cegcc issues, was: Re: Producing a cegcc binutils/gcc patchset, after all

2010-12-18 Thread Danny Backx
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

Re: [Cegcc-devel] Imported cegcc into git

2010-12-18 Thread Vincent Torri
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

Re: [Cegcc-devel] Imported cegcc into git

2010-12-18 Thread Paul Sokolovsky
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

Re: [Cegcc-devel] Imported cegcc into git

2010-12-18 Thread Vincent Richomme
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)