Re: RFC: msvcrt: support dates after year 2038 in mktime64

2010-05-31 Thread Robert Wilhelm
On Sun, 2010-05-30 at 13:02 -0700, James McKenzie wrote: > I think I know your confusion here. Does UNIX and Windows implement > these functions for the same date range or should we be rejecting a set > of dates as being invalid? > Windows has 1970-2038 for mktime32 and 1970-3000 for _mktime6

Re: RFC: msvcrt: support dates after year 2038 in mktime64

2010-05-30 Thread Robert Wilhelm
Hello James, seems I should better send patches as attachments. http://testbot.winehq.org/JobDetails.pl?Key=2393 was more successfully. I am not sure I got your question. On 64bit unix systems (which have 64bit time_t), mktime() will support dates after year 2038. There is no need for my patch.

Re: msvcrt (1/2): add fstat64i32

2010-05-24 Thread Robert Wilhelm
Hi, struct MSVCRT__stat64i32 is already defined in dlls/msvcrt/msvcrt.h And these functions are also exported from msvcr80. What would be an acceptable way to deal with this? Best regards, Robert Best regards, Robert On Mon, 2010-05-24 at 12:10 +0200, Piotr Caban wrote: > Hi, > > fstat64i32

[1/5] vbscript: Added stub DLL

2009-03-10 Thread Robert Wilhelm
Hi Jacek, thanks for looking at my patches. VB uses IDispatch, VBScript uses IDispatchEx. See MSDN doc for IDispatchEx. But I should probably delete this and other superfluous includes, as they currently not yet used. This is a spare time project for me in order to learn more about active scrip