msvcrt (1/2): add fstat64i32

Piotr Caban piotr.caban at gmail.com
Mon May 24 11:04:55 CDT 2010


On 05/24/10 17:45, Robert Wilhelm wrote:
> struct MSVCRT__stat64i32  is already defined in dlls/msvcrt/msvcrt.h
Struct _stat64i32 should be defined in includes/msvcrt/stat.h (this file 
doesn't exist currently). When msvcr90 is compiled it searches this 
directory for headers.
> And these functions are also exported from msvcr80.
You can forward calls to msvcr90 the same way you did to msvcrt. There 
are already examples of this in msvcr80.spec.

Msvcr90 is importing msvcrt, so you can use all functions exported by 
this dll. Keep in mind that msvcrt headers are incomplete and may need 
updating.



More information about the wine-devel mailing list