Commit eac2796c authored by Victor Zverovich's avatar Victor Zverovich

Fix locale detection

parent ee362574
......@@ -265,7 +265,7 @@ long getpagesize();
// A "C" numeric locale.
class Locale {
private:
# ifdef _MSC_VER
# ifdef _WIN32
using locale_t = _locale_t;
enum { LC_NUMERIC_MASK = LC_NUMERIC };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment