Fix ambiguous call to set_terminate on Windows platform
authorg4m4 <misept.dieseneuf@gmail.com>
Wed, 17 Feb 2016 10:35:52 +0000 (11:35 +0100)
committerg4m4 <misept.dieseneuf@gmail.com>
Wed, 17 Feb 2016 10:35:52 +0000 (11:35 +0100)
commit71eaf652bacf74d9379f97e5c7c9da79b5ef6fe0
treedccf25e2d913e2cea30c222b4bfea8639005fb8b
parent4674e0dc4faaa8535fa8b2726764fa5f914eb050
Fix ambiguous call to set_terminate on Windows platform

On Windows set_terminate() could either be the standard C++ one or (actually the same one but in the global namespace) the CRT one declared in corecrt_terminate.h
Hence this ambiguity - this patch solves it.

Signed-off-by: g4m4 <misept.dieseneuf@gmail.com>
src/ninja.cc