On 7/11/2012 17:39, Ozkan Sezer wrote: > > Ok looked at the header and reproduced the error. The specific > problem with tapi.h and the unicode macros is that some functions > have their xxxA/xxxW variants _along_ with the ones without them: > e.g. we have lineUnpark() _and_ lineUnparkA() and lineUnparkW() > This is because the developer mayl target an older tapi version > as is bare minimum, hence the TAPI_CURRENT_VERSION macro: > If unicode: the name is supposed to be defined to as the W variant, > if not: only if TAPI_CURRENT_VERSION>=0x0x00020000 then it is to be > defined as the A variant, else left as is, i.e. lineUnpark() itself > will be used and linked. In any case, the unicode macros must really > be moved after the prototypes. >
OK, good point, do you want to move it or should I? > Pushed lib32/tapi32.def update to trunk at rev.5204, to stable/v1.x > at rev. 5205 and to stable/v2.x at rev. 5206, so linkage should work > fine now. Thanks.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
