Hello Max,
On Sat, 18 Dec 2010 01:39:01 +0100
Max Kellermann wrote:
> On 2010/12/18 01:26, Paul Sokolovsky wrote:
> > Or, it would be possible to produce list of all commits on branch,
> > manually filter out merge commits from it, and then pass to some
> > "mass cherry-pick" tool. Of course,
On 2010/12/18 01:26, Paul Sokolovsky wrote:
> Or, it would be possible to produce list of all commits on branch,
> manually filter out merge commits from it, and then pass to some
> "mass cherry-pick" tool. Of course, there will be conflicts, so that
> tool must behave like rebase - stop on cnfli
Hello,
On Fri, 17 Dec 2010 08:58:49 +0100
Max Kellermann wrote:
> Hi,
>
> good to see some activity over here again. I'm a developer on the
> XCSoar project, which ultimately needs mingw32ce to compile for
> Windows CE targets, so this project is vital for us. Unfortunately, I
> didn't have a
Hello,
On Fri, 17 Dec 2010 15:46:55 +0200
Paul Sokolovsky wrote:
[]
> So, this should be handled differently. Quick idea is to use implib
> aliasing, like
>
> SetPropW=SetProp
Well, either I mix up things, or in my times (ca. 10 years ago) that
indeed worked with dlltool for creating implibs
Hi
I noticed that our next exchanges did not make it to the list because
of the bad handling of lists reply-to by gmail (Harald Welte explained
to me that it's a desirable feature, but I always forget to
reply-to-all :-) )
Let's fix it.
===
Hello,
Well, here's situation in utero:
PocketPC2003 SDK defines Shell_NotifyIcon. Yet there's MessageBoxW.
Apparently, for WinCE they decided to add W only for functions which
directly get LPTSTR, not indirectly via structures.
But on WinXP, shell32.dll has all 3 of Shell_NotifyIcon,
Shell_Noti
Hello,
On Thu, 16 Dec 2010 23:48:20 +0200
Paul Sokolovsky wrote:
[]
>
http://www.mail-archive.com/cegcc-devel@lists.sourceforge.net/msg03053.html ,
>
> And back to the issue at that link, I worked it around with the
> following patch:
>
> -BOOL WINAPI Shell_NotifyIconW(DWORD,PNOTIFYICONDATAW);
Hello,
It was previously suggested to look up upstream versions in
src/VERSIONS file in the repo. But it may be not up to date:
- w32api from cvs, 6 February 2009
cvs -d :pserver:anon...@cygwin.com:/cvs/src/winsup/w32api ...
$ svn log w32api/ChangeLog
--
Hi,
good to see some activity over here again. I'm a developer on the
XCSoar project, which ultimately needs mingw32ce to compile for
Windows CE targets, so this project is vital for us. Unfortunately, I
didn't have any chance to free some time to work on mingw32ce/cegcc so
far.
I have imported