Re: [fpc-devel] MenuItemInfo patch

2006-02-25 Thread Florian Klaempfl
Martin Smat wrote: > Martin Smat wrote: >> Hi, >> >> attached patch adds hbmpItem into the record MENUITEMINFO and defines >> constant MIIM_BITMAP for win32 RTL. >> >> Martin. > Please ignore my previous patch. > This one adds more constants for the MENUITEMINFO structure. Applied, thx. __

Re: [fpc-devel] __stkptr

2006-02-25 Thread Michael Van Canneyt
On Fri, 24 Feb 2006, Peter Vreman wrote: > > On Friday 24 February 2006 06:55 am, Peter Vreman wrote: > >> Check with objdump if dllprt0.o exports the __stkptr. > > > > objdump -t dllprt0.o | grep stkptr > > g O .bss 0004 __stkptr > > > > so i checked further and i found that