Fix Windows-specific macro redefinition warning.
commit59ae364ca59eb7f3923211fe564e3d8e4ca5021f
authorEric Sunshine <sunshine@sunshineco.com>
Mon, 27 Sep 2010 11:01:59 +0000 (27 07:01 -0400)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 27 Sep 2010 12:51:52 +0000 (27 13:51 +0100)
treebc55736edf8fd7c9aac74227d3545540adc528e0
parent37ddb94627978459f3a8d2025d3a35957a24828b
Fix Windows-specific macro redefinition warning.

shell.c defines macro HELP_COMMAND which collides with a like-named
macro from winuser.h. Avoid collision by sanitizing preprocessor
namespace after including Windows headers.

Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
compat/mingw.h