Author Topic: Windows Nt support  (Read 18980 times)

bluearms

  • Guest
Re: Windows Nt support
« Reply #15 on: January 15, 2007, 10:42:59 am »
I have found a bug regarding global.cpp in today's svn patch. In windows 95/NT, the variable r.left and r.top is not initialized to 0.


Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Windows Nt support
« Reply #16 on: January 15, 2007, 10:55:12 am »
I have found a bug regarding global.cpp in today's svn patch. In windows 95/NT, the variable r.left and r.top is not initialized to 0.
Not sure that's really needed, but added anyway... doesn't cost us anything :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

bluearms

  • Guest
Re: Windows Nt support
« Reply #17 on: January 15, 2007, 01:41:36 pm »
I also found r.right and r.bottom are used more lines below, but not initialized too if win95 or nt.