Merge branch 'js/no-html-bypass-on-windows'

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"
This commit is contained in:
Junio C Hamano
2016-08-25 13:55:06 -07:00
3 changed files with 0 additions and 52 deletions

View File

@ -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.
*