aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/dir.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/dir.h b/win32/dir.h
index a0c7fa86c6..a09b237e22 100644
--- a/win32/dir.h
+++ b/win32/dir.h
@@ -17,8 +17,8 @@ struct direct
char d_isrep; /* reparse point */
};
typedef struct {
- char *start;
- char *curr;
+ WCHAR *start;
+ WCHAR *curr;
long size;
long nfiles;
long loc; /* [0, nfiles) */