mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:05:50 +00:00
fix x86 compilation
svn path=/branches/ros-amd64-bringup/; revision=41476
This commit is contained in:
parent
a2914115fe
commit
0938cd6626
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ mktime_worker(struct tm * ptm, int utc)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Finally get normalized tm struct */
|
/* Finally get normalized tm struct */
|
||||||
ptm2 = gmtime(&time);
|
ptm2 = _gmtime64(&time);
|
||||||
if (!ptm2)
|
if (!ptm2)
|
||||||
{
|
{
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue