__declspec(selectany)

Dimitrie O. Paun dimi at intelliware.ca
Wed Aug 6 09:07:37 CDT 2003


On 6 Aug 2003, Ove Kaaven wrote:

> You can try
> 
> #define __declspec_selectany __attribute__((weak))
> #define __declspec_whatever __attribute__((whatever))
> #define __declspec(x) __declspec_##x

Brilliant, thank you!

-- 
Dimi.




More information about the wine-devel mailing list