j
k
j a
j l
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
You can try
#define __declspec_selectany __attribute__((weak)) #define __declspec_whatever __attribute__((whatever)) #define __declspec(x) __declspec_##x
Brilliant, thank you!
Back to the thread
Back to the list