ICU-3933 Update toolutil project file and use st_mtime instead of st_mtim.tv_sec.

X-SVN-Rev: 25230
This commit is contained in:
Michael Ow 2009-01-09 23:08:04 +00:00
parent 5f206c2700
commit 5098438b92
2 changed files with 3 additions and 3 deletions

View File

@ -87,8 +87,8 @@ static int32_t whichFileModTimeIsLater(const char *file1, const char *file2) {
time_t modtime1, modtime2;
double diff;
modtime1 = stbuf1.st_mtim.tv_sec;
modtime2 = stbuf2.st_mtim.tv_sec;
modtime1 = stbuf1.st_mtime;
modtime2 = stbuf2.st_mtime;
diff = difftime(modtime1, modtime2);
if (diff < 0.0) {

View File

@ -421,7 +421,7 @@
>
</File>
<File
RelativePath=".\flagparser.cpp"
RelativePath=".\flagparser.c"
>
</File>
<File