Fix Windows-specific macro redefinition warning.
authorEric Sunshine <redacted>
Mon, 27 Sep 2010 11:01:59 +0000 (07:01 -0400)
committerPat Thoyts <redacted>
Sun, 3 Oct 2010 22:34:24 +0000 (23:34 +0100)
commit77df1f1edfab61bf605f707aeb3b5f5bd54ffb76
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 <redacted>
Acked-by: Johannes Sixt <redacted>
Signed-off-by: Eric Sunshine <redacted>
Signed-off-by: Pat Thoyts <redacted>
compat/mingw.h
git clone https://git.99rst.org/PROJECT