diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-09 00:27:16 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-09 00:27:16 +0000 |
commit | 3b405fc5a4874f8f9b9c090b5e21438c471308f6 (patch) | |
tree | 3f0c3672be0017109524d9b440258c16b6940f33 /win32/win32.c | |
parent | ad0751ec707865dddd3f2c245757f2ef3ccf0dd8 (diff) | |
download | perl-3b405fc5a4874f8f9b9c090b5e21438c471308f6.tar.gz |
[win32] win32_utime() tweaks to avoid warnings
p4raw-id: //depot/win32/perl@487
Diffstat (limited to 'win32/win32.c')
-rw-r--r-- | win32/win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c index 83ba873334..01c43b840b 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -831,7 +831,7 @@ filetime_from_time(PFILETIME pFileTime, time_t Time) } DllExport int -win32_utime(const char *filename, const struct utimbuf *times) +win32_utime(const char *filename, struct utimbuf *times) { HANDLE handle; FILETIME ftCreate; |