Add __declspec(noreturn) on Win
authormayah <mayah@mayah.jp>
Tue, 7 Mar 2017 02:22:24 +0000 (11:22 +0900)
committermayah <mayah@mayah.jp>
Tue, 7 Mar 2017 02:22:24 +0000 (11:22 +0900)
commit8fa778aa12cfd24767ca15bfd630f1e820eabd92
tree2bfcf37e266fdb124f66fbbcc2f3d4290a58693f
parentab6545470bdb6fb14442923b2aa3289983bea968
Add __declspec(noreturn) on Win

Currently cl.exe doesn't know LOG(FATAL) exits the program. Set
__declspec(noreturn).
src/windows/glog/logging.h
src/windows/preprocess.sh