X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=git-compat-util.h;h=35b095e8ae989ae02228f814528b43d5bd026aab;hb=29499c0b2741cc2ea13b78a342048bad928dfe2a;hp=5bd9ad7d2a23773b1410ded9f4f241ebe4d4da00;hpb=95c9eb8fcd4c9a72954c9d16b0d4c653a1f02085;p=~andy%2Fgit diff --git a/git-compat-util.h b/git-compat-util.h index 5bd9ad7d2..35b095e8a 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -153,6 +153,15 @@ #endif #endif +/* used on Mac OS X */ +#ifdef PRECOMPOSE_UNICODE +#include "compat/precompose_utf8.h" +#else +#define precompose_str(in,i_nfd2nfc) +#define precompose_argv(c,v) +#define probe_utf8_pathname_composition(a,b) +#endif + #ifndef NO_LIBGEN_H #include #else