Merge pull request #1421 from BrzVlad/fix-monitor-resurrection
[mono.git] / winconfig.h
index 427e21f35a88bd246c81c8002f86f50d5d079253..6e3b9fd3f68bc5e6f285f4aa62a47db553d2b79a 100644 (file)
 #error Unknown architecture
 #endif
 
+#if _WIN32_WINNT < 0x0502
+#error "Mono requires WinXP SP2 or later"
+#endif /* _WIN32_WINNT < 0x0502 */
+
 /*
  * Features that are not required in the Windows port
  */
 /* #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 */
 /* Enable the allocation and indexing of arrays greater than Int32.MaxValue */
 /* #undef MONO_BIG_ARRAYS */
 
-/* Sizeof sock_un.sun_path */
-/* #undef MONO_SIZEOF_SUNPATH */
-
 /* Xen-specific behaviour */
 /* #define MONO_XEN_OPT 1 */
 
 /* #undef USE_MONO_MUTEX */
 
 /* Version number of package */
-#define VERSION "2.11"
+#define VERSION "3.12.1"