Yeah, I was just forwarding this from one of our other internal developers. I just went back and noticed that he had a note here which said, "This patch isn't really necessary, and could be left off the submission to WineHQ."
:-)
On Dec 17, 2009, at 3:46 PM, Juan Lang wrote:
Hi Jason,
- static const ABC nil;
- static const ABC nil = {0};
This has no effect, as static variables are implicitly initialized to 0 anyway. It might be a little less surprising this way.. --Juan