Commit 3948e862 by Vicent Marti

windows: Fuck me

parent 345b6307
...@@ -79,7 +79,7 @@ int git__readdir_ext( ...@@ -79,7 +79,7 @@ int git__readdir_ext(
if (wcslen(d->f.cFileName) >= sizeof(entry->d_name)) if (wcslen(d->f.cFileName) >= sizeof(entry->d_name))
return -1; return -1;
git__win32_path_from_c(entry->d_name, d->f.cFileName); git__win32_path_to_c(entry->d_name, d->f.cFileName);
entry->d_ino = 0; entry->d_ino = 0;
*result = entry; *result = entry;
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#define INCLUDE_posix__w32_h__ #define INCLUDE_posix__w32_h__
#include "common.h" #include "common.h"
#include "../posix.h"
#include "utf-conv.h" #include "utf-conv.h"
#include "dir.h" #include "dir.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment