summaryrefslogtreecommitdiff
path: root/compat/mingw.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-09-09 04:35:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-09-09 04:35:55 (GMT)
commitba22efd8f5d9bd946925e72b5e6ede91ce2ec9be (patch)
treed3ea10c950539813a629e01cb4e0c00ee6f41317 /compat/mingw.h
parentbde42f081e68030505f59186ae036b2bbbd94ce8 (diff)
parent6db5967d4e6640c5a3ee3cde151c5fdde5ab508f (diff)
downloadgit-ba22efd8f5d9bd946925e72b5e6ede91ce2ec9be.zip
git-ba22efd8f5d9bd946925e72b5e6ede91ce2ec9be.tar.gz
git-ba22efd8f5d9bd946925e72b5e6ede91ce2ec9be.tar.bz2
Merge branch 'js/no-html-bypass-on-windows' into maint
On Windows, help.browser configuration variable used to be ignored, which has been corrected. * js/no-html-bypass-on-windows: Revert "display HTML in default browser using Windows' shell API"
Diffstat (limited to 'compat/mingw.h')
-rw-r--r--compat/mingw.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/compat/mingw.h b/compat/mingw.h
index 95e128f..2cadb81 100644
--- a/compat/mingw.h
+++ b/compat/mingw.h
@@ -417,9 +417,6 @@ int mingw_offset_1st_component(const char *path);
#include <inttypes.h>
#endif
-void mingw_open_html(const char *path);
-#define open_html mingw_open_html
-
/**
* Converts UTF-8 encoded string to UTF-16LE.
*