msvcrt: Add tests to show that utime() can take a NULL-pointer for the utimbuf structure field

2011-05-03 Thread Joerg-Cyril.Hoehle
Louis, >Anything i could do to improve to get it in? Perhaps http://source.winehq.org/patches/ shows that you should get rid of the one apply failure. Basically, your patch does the right thing, as MSDN says "If times is a NULL pointer, the modification time is set to the current local time." --

msvcrt: Add tests to show that utime() can take a NULL-pointer for the utimbuf structure field

2011-05-03 Thread Louis Lenders
See http://www.winehq.org/pipermail/wine-patches/2011-April/101371.html Anything i could do to improve to get it in?