Various minor modifications.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8245 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-12-02 11:47:30 +00:00
parent 575f20ac18
commit 6b984115e0
5 changed files with 121 additions and 84 deletions

View file

@ -147,8 +147,8 @@ GSTimeNow()
* Get current GMT time, convert to NSTimeInterval since reference date,
*/
GetSystemTime(&sys_time);
t = GSTime(sys_time.wDay, sys_time.wMonth, sys_time.wYear,
sys_time.wHour, sys_time.wMinute, sys_time.wSecond);
t = GSTime(sys_time.wDay, sys_time.wMonth, sys_time.wYear, sys_time.wHour,
sys_time.wMinute, sys_time.wSecond, sys_time.wMilliseconds);
#endif
return t + sys_time.wMilliseconds / 1000.0;
#endif /* __MINGW__ */