On Sat, 14 Sep 2002, Dmitry Timoshkov wrote:
Hello.
Changelog: Dmitry Timoshkov dmitry@codeweavers.com Replace static initializers with a proper #define in .h files.
Are defines really better?
It seemed to me that they had at least one disadvantage: the value is duplicated each time the define is used. Hmmm, I just retested and it looks as if I was wrong.
Anyway, what are the pros and cons?