Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-object
[gitweb.git]
/
compat
/
mingw.h
diff --git
a/compat/mingw.h
b/compat/mingw.h
index d2168c1e5eeecb4f680881486288829aaba2fa5d..e03aecfe2e6556e1ef513922104557373eaa9260 100644
(file)
--- a/
compat/mingw.h
+++ b/
compat/mingw.h
@@
-384,6
+384,9
@@
int mingw_raise(int sig);
* ANSI emulation wrappers
*/
+int winansi_isatty(int fd);
+#define isatty winansi_isatty
+
void winansi_init(void);
HANDLE winansi_get_osfhandle(int fd);