Fix MSVC problems
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 8 Sep 2014 07:25:18 +0000 (09:25 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 8 Sep 2014 07:25:18 +0000 (09:25 +0200)
commit008288b467c8f2c94508b957d078915f121cc22c
treecf92c1b563eb8aef7b334cbca71abc48001adeeb
parent966cbbc337b0beb4f230a3ba0498dab9b3a59591
Fix MSVC problems

Book.c did not include config.h, and thus missed the redefinition of
snprintf (which is not known in MSVC). The use of 'inline' in parser.c
also needed an MSVC redefinition, now added to winboard/config.h.
book.c
winboard/config.h