|
From: Greg C. <chi...@mi...> - 2002-09-05 19:21:28
|
Alex Vinokur wrote: [...] > typedef void (WINAPI*t1func)(); [...] > x1.s:889: Error: symbol `___t9allocator1ZPFv_v' is already defined Try this instead: typedef void (*WINAPI t1func)(); That seems to get rid of the diagnostics for 2.95.2-1 and 3.1 although you'll need someone smarter than me to explain why. |