On Thu, 2003-11-20 at 11:21, Alexandre Julliard wrote:
Ralf Juengling juenglin@cse.ogi.edu writes:
Why doesn't it also add /whereever/include/wine/msvcrt ?
Because not everybody wants to use msvcrt. Unless you need some specific features of the Windows C run time, in a Winelib app you are better off using the standard Unix C library.
What is the status of the include files in msvcrt?
They should work just fine. Make sure you also import msvcrt if you use the headers.
This might be a bug:
'_atold' is defined msvcrt/stdlib.h but not found by the linker (neither with '-lmsvcrt' nor with '-lmsvcrt20').
Ralf