Fix Windows-specific macro redefinition warning.
commit77df1f1edfab61bf605f707aeb3b5f5bd54ffb76
authorEric Sunshine <sunshine@sunshineco.com>
Mon, 27 Sep 2010 11:01:59 +0000 (27 07:01 -0400)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 3 Oct 2010 22:34:24 +0000 (3 23:34 +0100)
treefd1c9b069ee19266b588b593c4df6b2aeeaeebfb
parentb248e950966769f5f981321ea9d12f2b238c978c
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>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
compat/mingw.h