Use strerror_s on MSVC
authorOrvid King <blah38621@gmail.com>
Wed, 29 Jul 2015 21:51:46 +0000 (14:51 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Wed, 29 Jul 2015 22:22:15 +0000 (15:22 -0700)
commit78230d5f0d0d19968d542f50adde90f4cef8c38f
treed9606fc6663ac35dacb840a503a156b6ab148a98
parent1009fdcd8d20cf938ecc24ead4d9c477686284e5
Use strerror_s on MSVC

Summary: Support for this under mingw was already present, this just uses that for MSVC as well.
Closes #273

Reviewed By: @yfeldblum

Differential Revision: D2284007

Pulled By: @sgolemon
folly/String.cpp