Re: NT4 gdi test fix

2005-04-17 Thread Dmitry Timoshkov
Jakob Eriksson [EMAIL PROTECTED] wrote:

 As per:
 
 http://test.winehq.org/data/200504141000/nt4_IDWASEMPTY/gdi32:gdiobj.txt
 
 MSDN shows:
 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/devcons_912s.asp
 
 Explanation: the struct defined when the test is compiled may have 
 records not present
 in earlier versions of Windows.

Hmm, which records were added into LOGFONT structure after NT4?

That would make the generated.c, test_pack_LOGFONTA() fail as well?

-- 
Dmitry.




Re: NT4 gdi test fix

2005-04-17 Thread Hans Leidekker
On Sunday 17 April 2005 17:22, Dmitry Timoshkov wrote:

 Hmm, which records were added into LOGFONT structure after NT4?

 That would make the generated.c, test_pack_LOGFONTA() fail as well?

I don't think so, the generated tests are compile-time tests,
ie the outcome depends on the headers (and compiler) used 
during compilation. It doesn't matter what OS version you 
run them on.

 -Hans



Re: NT4 gdi test fix

2005-04-17 Thread Dmitry Timoshkov
Hans Leidekker [EMAIL PROTECTED] wrote:

  Hmm, which records were added into LOGFONT structure after NT4?
 
  That would make the generated.c, test_pack_LOGFONTA() fail as well?
 
 I don't think so, the generated tests are compile-time tests,
 ie the outcome depends on the headers (and compiler) used 
 during compilation. It doesn't matter what OS version you 
 run them on.

Right, but that doesn't answer the first question.

-- 
Dmitry.




Re: NT4 gdi test fix

2005-04-17 Thread Hans Leidekker
On Sunday 17 April 2005 18:16, Dmitry Timoshkov wrote:

 Right, but that doesn't answer the first question.

Just checked Wine's LOGFONTA against MSVC 5 (timestamps
on the include files are from 1996): no differences.

 -Hans