fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / python3 / python-3.3.5-vs2013.patch.1
blob5540ea13fd71d0e3b38a0684aaf9b1ccb517b34a
1 -*- Mode:Diff -*-
2 --- python3/PC/pyconfig.h
3 +++ python3/PC/pyconfig.h
4 @@ -602,6 +602,10 @@
5  /* Define if you have readlink.  */
6  /* #undef HAVE_READLINK */
7  
8 +#if defined(_MSC_VER) && _MSC_VER >= 1800
9 +#define HAVE_ROUND
10 +#endif
12  /* Define if you have select.  */
13  /* #undef HAVE_SELECT */