summaryrefslogtreecommitdiff
path: root/wince/wince.c
diff options
context:
space:
mode:
Diffstat (limited to 'wince/wince.c')
-rw-r--r--wince/wince.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wince/wince.c b/wince/wince.c
index 40b578e755..c73c4b82a4 100644
--- a/wince/wince.c
+++ b/wince/wince.c
@@ -643,7 +643,7 @@ Perl_do_exec(pTHX_ char *cmd)
* return the pointer to the current file name.
*/
DllExport DIR *
-win32_opendir(char *filename)
+win32_opendir(const char *filename)
{
dTHX;
DIR *dirp;
@@ -822,7 +822,7 @@ win32_closedir(DIR *dirp)
/////!!!!!!!!!!! return here and do right stuff!!!!
DllExport DIR *
-win32_opendir(char *filename)
+win32_opendir(const char *filename)
{
return opendir(filename);
}