diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-12-31 23:02:34 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-12-31 23:02:34 (GMT) |
commit | 3f1cb83f4b267db351842ed2a9e2640fac3045db (patch) | |
tree | 4a99e11d8eca6aed33e32fe5933332ae94f246fe /tests/echotest.cc | |
parent | 3d686118bbced68f9a9af69339e2998b28139756 (diff) |
various tweaks for cross compiling tests under mingw
Diffstat (limited to 'tests/echotest.cc')
-rw-r--r-- | tests/echotest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/echotest.cc b/tests/echotest.cc index afa3d03..8f145b0 100644 --- a/tests/echotest.cc +++ b/tests/echotest.cc @@ -59,7 +59,7 @@ static void outfile_handler(const std::string &msg, void *userdata) { int main(int argc, char **argv) { -#ifdef WIN32 +#ifdef _MSC_VER _set_output_format(_TWO_DIGIT_EXPONENT); #endif |