diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-25 10:51:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-12-25 10:55:29 +0200 |
commit | 43df436f6098b429dd6918a66ab8fd9073ac1728 (patch) | |
tree | 6dcb55477aef7929fa29922a53b7a71128433e76 /pyuno | |
parent | 5b0d2d02a51dcf6c4235124f7d92280877fbb3df (diff) |
WaE: Fix needed with MSVS 2010, too
Change-Id: I1d1da64b14139c1d90ac07685f3fe88e99253815
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/module/pyuno_impl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <math.h> #endif |