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:
authorZoltan Varga <vargaz@gmail.com>2014-10-09 22:04:20 +0400
committerZoltan Varga <vargaz@gmail.com>2014-10-09 22:04:31 +0400
commit92d86659ca5a71b91c631cb69fb5c6ceccd68c7c (patch)
treed4eaeb421403910efa7580de98e23eb4f98c54f1 /winconfig.h
parent4109ab0ee4928cc15732440d783708701314f176 (diff)
[runtime] Remove pre WinXP SP2 windows support code.
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/winconfig.h b/winconfig.h
index 0c690d3a35c..b6d74e1cb41 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -13,11 +13,7 @@
#endif
#if _WIN32_WINNT < 0x0502
-/* Required for Vectored Exception Handling.
- Interlocked* functions are also not available in XP SP1 and below
-*/
-#undef _WIN32_WINNT
-#define _WIN32_WINNT 0x0502
+#error "Mono requires WinXP SP2 or later"
#endif /* _WIN32_WINNT < 0x0502 */
/*
@@ -198,9 +194,7 @@
/* #undef HAVE_GETPRIORITY */
/* Define to 1 if you have the `GetProcessId' function. */
-#if (_WIN32_WINNT >= 0x0502)
#define HAVE_GETPROCESSID 1
-#endif
/* Define to 1 if you have the `getpwnam_r' function. */
/* #undef HAVE_GETPWNAM_R */