diff options
Diffstat (limited to 'src/win32/posix.h')
| -rw-r--r-- | src/win32/posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/posix.h b/src/win32/posix.h index 259ad572c..47f6ddeb0 100644 --- a/src/win32/posix.h +++ b/src/win32/posix.h @@ -20,7 +20,7 @@ GIT_INLINE(int) p_link(const char *old, const char *new) GIT_INLINE(int) p_mkdir(const char *path, mode_t mode) { - git_win_str_utf16 buf; + git_win32_path_utf16 buf; GIT_UNUSED(mode); git__utf8_to_16(buf, path); return _wmkdir(buf); |
