X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=winconfig.h;h=6e3b9fd3f68bc5e6f285f4aa62a47db553d2b79a;hb=23c99f6e4ee2cf800884e2febfabfa0d2eb9a2dd;hp=427e21f35a88bd246c81c8002f86f50d5d079253;hpb=103fd26cbb781ecf436924b2a49b214d0d7470c1;p=mono.git diff --git a/winconfig.h b/winconfig.h index 427e21f35a8..6e3b9fd3f68 100644 --- a/winconfig.h +++ b/winconfig.h @@ -12,6 +12,10 @@ #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 */ @@ -190,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 */ @@ -557,9 +559,6 @@ /* 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 */ @@ -630,4 +629,4 @@ /* #undef USE_MONO_MUTEX */ /* Version number of package */ -#define VERSION "2.11" +#define VERSION "3.12.1"