"Jakob Eriksson" jakov@vmlinux.org 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...
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?
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
"Hans Leidekker" hans@it.vu.nl 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.
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