Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Povirk <vincent@codeweavers.com>2015-04-20 23:14:22 +0300
committerVincent Povirk <vincent@codeweavers.com>2015-04-20 23:14:22 +0300
commit46c5bdd114f490579be1ba23ec93953752ebf744 (patch)
treefbc9a28b085bc851764541930828de30b7e1f3b2 /winconfig.h
parentd039392b62316c2a5dc9a21783c01e3ea9bcf518 (diff)
Bump Windows version requirement to Vista.
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/winconfig.h b/winconfig.h
index f57e57b76ac..1b3d494ebf6 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -16,9 +16,9 @@
#error Unknown architecture
#endif
-#if _WIN32_WINNT < 0x0502
-#error "Mono requires WinXP SP2 or later"
-#endif /* _WIN32_WINNT < 0x0502 */
+#if _WIN32_WINNT < 0x0600
+#error "Mono requires Windows Vista or later"
+#endif /* _WIN32_WINNT < 0x0600 */
/*
* Features that are not required in the Windows port
@@ -231,7 +231,7 @@
/* #undef HAVE_INET_ATON */
/* Define to 1 if you have the `inet_pton' function. */
-/* #undef HAVE_INET_PTON */
+#define HAVE_INET_PTON 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1