-Deactivate _invalid_parameter for now, depends on the strsafe crt implementation...
authorGregor Schneider <grschneider@gmail.com>
Thu, 6 Aug 2009 00:26:23 +0000 (00:26 +0000)
committerGregor Schneider <grschneider@gmail.com>
Thu, 6 Aug 2009 00:26:23 +0000 (00:26 +0000)
commitde5d4483892b842706b2ad7f99092ce6eb667936
tree265d9a16dcfe70e6c07697dbcbe71de687683579
parent2591c586a28d5f36a539a6b873a00f233601acee
-Deactivate _invalid_parameter for now, depends on the strsafe crt implementation also in AMD64 branch
-Fix the weekday offset in gmtime
-Offset the year in *ctime by 1900, fix obvious typos
-Set structure packing to char level: without it the 26 character array is 32 characters wide and the string can't be constructed properly because of alignment characters in between (shouldn't be a problem when _UNICODE is defined)
-Test results: awesome, will be integrated soon

svn path=/trunk/; revision=42413
reactos/lib/sdk/crt/time_new/asctime.c
reactos/lib/sdk/crt/time_new/ftime.c
reactos/lib/sdk/crt/time_new/gmtime.c
reactos/lib/sdk/crt/time_new/localtime.c