summaryrefslogtreecommitdiff
path: root/tests/echotest.cc
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2011-12-31 23:02:34 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2011-12-31 23:02:34 (GMT)
commit3f1cb83f4b267db351842ed2a9e2640fac3045db (patch)
tree4a99e11d8eca6aed33e32fe5933332ae94f246fe /tests/echotest.cc
parent3d686118bbced68f9a9af69339e2998b28139756 (diff)
various tweaks for cross compiling tests under mingw
Diffstat (limited to 'tests/echotest.cc')
-rw-r--r--tests/echotest.cc2
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
contact: Jan Huwald // Impressum