mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fix x86 compilation
svn path=/branches/ros-amd64-bringup/; revision=41476
This commit is contained in:
@@ -76,7 +76,7 @@ mktime_worker(struct tm * ptm, int utc)
|
||||
}
|
||||
|
||||
/* Finally get normalized tm struct */
|
||||
ptm2 = gmtime(&time);
|
||||
ptm2 = _gmtime64(&time);
|
||||
if (!ptm2)
|
||||
{
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user