diff options
Diffstat (limited to 'wince/perlhost.h')
-rw-r--r-- | wince/perlhost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wince/perlhost.h b/wince/perlhost.h index dae5a86408..bcf2b4f851 100644 --- a/wince/perlhost.h +++ b/wince/perlhost.h @@ -1073,7 +1073,7 @@ PerlLIOUnlink(struct IPerlLIO* piPerl, const char *filename) } int -PerlLIOUtime(struct IPerlLIO* piPerl, char *filename, struct utimbuf *times) +PerlLIOUtime(struct IPerlLIO* piPerl, const char *filename, struct utimbuf *times) { return win32_utime(filename, times); } |