29 Apr
2003
29 Apr
'03
11:27 p.m.
Marcus Meissner <marcus(a)jet.franken.de> writes:
Changelog: Fixed some warnings from newer gccs in regards to pointer aliasing problems by using unions instead of using (void**)&ptr constructs.
All these unions are ugly IMO, it would be better to use an intermediate pointer instead, something like: void *ptr; ISomething *iface; IUnknown_QueryInterface(...,&ptr); iface = ptr; -- Alexandre Julliard julliard(a)winehq.com
8264
Age (days ago)
8264
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard