Test for WIN32 instead of __MINGW32_
commitd84f77b0cc2381c59d39011d92bd0ad6740f96ab
authorFrank Li <lznuaa@gmail.com>
Tue, 18 Aug 2009 15:39:54 +0000 (18 23:39 +0800)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 19 Aug 2009 10:11:04 +0000 (19 12:11 +0200)
tree11882c132de9c8e41dbb12d2254280af5e393577
parent8d7c8c95b6d995555d514b43ab6969a1cf7e3044
Test for WIN32 instead of __MINGW32_

The code which is conditional on MinGW32 is actually conditional on Windows.
Use the WIN32 symbol, which is defined by the MINGW32 and MSVC environments,
but not by Cygwin.

Signed-off-by: Frank Li <lznuaa@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
help.c
run-command.c
run-command.h
setup.c