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' Error E2451 timetest.c 7: Undefined symbol 'TIME_FIELDS' in function WinMain Error E2379 timetest.c 7: Statement missing ; in function WinMain Error E2451 timetest.c 9: Undefined symbol 's' in function WinMain Error E2451 timetest.c 10: Undefined symbol 's' in function WinMain Error E2451 timetest.c 12: Undefined symbol 'tf' in function WinMain Warning W8065 timetest.c 12: Call to function 'RtlTimeToTimeFields' with no prototype in function WinMain Warning W8065 timetest.c 14: Call to function 'printf' with no prototype in function WinMain Warning W8057 timetest.c 16: Parameter 'hInstance' is never used in function WinMain Warning W8057 timetest.c 16: Parameter 'hPrev' is never used in function WinMain Warning W8057 timetest.c 16: Parameter 'lpCmdLine' is never used in function WinMain Warning W8057 timetest.c 16: Parameter 'cmd' is never used in function WinMain *** 6 errors in Compile *** C:>
-Malte