Kaydet (Commit) 43df436f authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

WaE: Fix needed with MSVS 2010, too

Change-Id: I1d1da64b14139c1d90ac07685f3fe88e99253815
üst 5b0d2d02
......@@ -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
......
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