abspath_part_inside_repo: respect core.ignoreCase
[gitweb.git] / git-compat-util.h
index f281aa5185ec8b2fa984ed436f197b720c4c6ee7..b8ace774100649628863f0f7ce856e5a675c2c01 100644 (file)
 #endif
 
 #if defined(__CYGWIN__)
-#include "compat/cygwin.h"
+#include "compat/win32/path-utils.h"
 #endif
 #if defined(__MINGW32__)
 /* pull in Windows compatibility stuff */
+#include "compat/win32/path-utils.h"
 #include "compat/mingw.h"
 #elif defined(_MSC_VER)
 #include "compat/msvc.h"