Fix MSVC snprintf problem
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 17 Feb 2011 14:40:02 +0000 (15:40 +0100)
committerArun Persaud <apersaud@lbl.gov>
Thu, 17 Feb 2011 16:44:17 +0000 (08:44 -0800)
commit1905bc8511d3e2bed714c77c82dba7847cf05c30
treee9d18bdcc1bffeab3e4faf0214076292ad8d4d64
parenta93282aa572ad484167d9d4205402197f8a42512
Fix MSVC snprintf problem

In MSVC snprintf has to be redefined as _snprintf, and this happens
conditionally in config.c. But the latter was not #included in help.c.
winboard/help.c