On 15 Sep 2002, Alexandre Julliard wrote:
"Dmitry Timoshkov" dmitry@baikal.ru writes:
Is it acceptable to protect defines by #ifdef __GNUC__ and use an old scheme otherwise?
Yes that sounds reasonable.
Why bother with ifdefs and duplicating a lot of code if the static initializers work? I must still be missing something.