Followup for "Win32: move main macro to a function" for const correctness.
commit875eaea988a6748ff515360359c63b78e6f0e0b9
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 15 Jun 2013 05:29:48 +0000 (15 06:29 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 13 Sep 2013 08:36:28 +0000 (13 09:36 +0100)
tree984785dae652525b9ac50fbaaf7872e52daf116c
parente3f1d29519220ba80467b6c07eaf569b0f5f90f2
Followup for "Win32: move main macro to a function" for const correctness.

This handles const warnings that break the build raised by http-fetch and
remote-curl main functions that have different const arguments.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
compat/mingw.h
http-fetch.c
remote-curl.c