blob: 5540ea13fd71d0e3b38a0684aaf9b1ccb517b34a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-*- Mode:Diff -*-
--- python3/PC/pyconfig.h
+++ python3/PC/pyconfig.h
@@ -602,6 +602,10 @@
/* Define if you have readlink. */
/* #undef HAVE_READLINK */
+#if defined(_MSC_VER) && _MSC_VER >= 1800
+#define HAVE_ROUND
+#endif
+
/* Define if you have select. */
/* #undef HAVE_SELECT */
|