win: Don't crash on invalid parameter error.
authorCheng Zhao <zcbenz@gmail.com>
Sat, 26 Jul 2014 03:09:01 +0000 (11:09 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Sat, 26 Jul 2014 03:14:28 +0000 (11:14 +0800)
commitb9d64784bb70afc211e8c95e108c75c03a23c5a0
tree87881daee0705cf09a2ef1090117d3a6bf8d7504
parentad3eac2e3818ca6885820567bc741b8962a77b1a
win: Don't crash on invalid parameter error.

libuv relies on suppressing the invalid parameter error in
uv__get_osfhandle, and it could hanppen frequently.

Fixes #513.
atom/common/crash_reporter/crash_reporter_win.cc