Le mar 29/10/2002 à 20:43, Malte Starostik a écrit :
On Tuesday 29 October 2002 20:52, György 'Nog' Jeney wrote:
Advice: use it on Windows and check the result.
Could someone compile this very simple test case under a system that has RtlTimeToTimeFields (windows 98 doesnt export this from ntdll or kernel32) and report the results?
Sorry, but any chance this is using some Wine-specific headers?
C:>bcc32 timetest.c Borland C++ 5.6 for Win32 Copyright (c) 1993, 2002 Borland timetest.c: Error E2209 timetest.c 2: Unable to open include file 'winternl.h'
^^^^^^^^^^^^ This header has been added to Wine because it is in the latest Windows SDK (or DDK, can't recall exactly). The test should be compilable with some other includes rather than this one if it is absent from your installation.
György, could you check which other includes can be used if winternl.h is absent? Else you'll probably have to wait for somebody which has it to compile your test.
Vincent