INSTALL.Windows.md: Update the minimum required compiler.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 14 Jul 2015 18:49:57 +0000 (11:49 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 23 Jul 2015 18:02:09 +0000 (11:02 -0700)
commitecbc260f00a3696cb86dd18920d87f68b8d1c25a
treebee7a18fb043ae507086f3fc1896e8aa448b6a8c
parent33b2ad88ef3d02b79517d0f4e387654fce0da41d
INSTALL.Windows.md: Update the minimum required compiler.

MSVC 2013 update 4 was released in Nov 2014. Its release notes
says that it has fixed the problem wherein using designated
initializers to initialize unions within structs would
fail to compile.

Using designated initializers is useful in OVS and so this commit
updates the minimum required compiler for Windows.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Eitan Eliahu <eliahue@vmware.com>
Acked-by: Ben Pfaff <blp@nicira.com>
INSTALL.Windows.md