Fix Windows-specific macro redefinition warning.
commit92d45630cc11203d2a62be7755a9c7ec92ec0c56
authorEric Sunshine <sunshine@sunshineco.com>
Mon, 27 Sep 2010 11:01:59 +0000 (27 07:01 -0400)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 1 Oct 2010 22:32:28 +0000 (1 23:32 +0100)
treeaf975ff1e0766c8cab20a77b09477d7dbe73f1f6
parentd624ff33f48252eaaae6b0dfea289e017be4fa53
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