29 May
2005
29 May
'05
6:49 p.m.
Hi, On Sun, May 29, 2005 at 07:05:49PM +0900, Dmitry Timoshkov wrote:
Hello,
Changelog: Dmitry Timoshkov <dmitry(a)codeweavers.com> Make more of the OLE interface vtables const. You do know that those will *not* end up const?
filemoniker.c:static const IClassFactoryVtbl FileMonikerCFVtbl = objdump -x ole32.dll.so: 0008efb0 l O .data 00000014 FileMonikerCFVtbl My suspicion is that this is due to winegcc compile, all other binaries with normal compile (e.g. winedump, ...) have all their const data in .rodata segment... So, does anybody know what seems to be wrong with winegcc or why it chose to do that? BTW, I already completely constified programs/ and tools/, will send a patch soon. Andreas