From 43df436f6098b429dd6918a66ab8fd9073ac1728 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 25 Dec 2012 10:51:28 +0200 Subject: WaE: Fix needed with MSVS 2010, too Change-Id: I1d1da64b14139c1d90ac07685f3fe88e99253815 --- pyuno/source/module/pyuno_impl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyuno') diff --git a/pyuno/source/module/pyuno_impl.hxx b/pyuno/source/module/pyuno_impl.hxx index 6231bade2165..446a28615ed5 100644 --- a/pyuno/source/module/pyuno_impl.hxx +++ b/pyuno/source/module/pyuno_impl.hxx @@ -19,7 +19,7 @@ #ifndef _PYUNO_IMPL_ #define _PYUNO_IMPL_ -#if defined(_MSC_VER) && (_MSC_VER >= 1700) +#if defined(_MSC_VER) && (_MSC_VER >= 1600) // Workaround for some horrible hypot() mess #include #endif -- cgit