X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=winconfig.h;h=6601a8c6637753bc0f08e79a09622be54e39fd7c;hb=83569e1ef07325ec30b00d3e2b955718f210e608;hp=88db8240757f1cc0f697def798e75b342d6caba7;hpb=8e24faadcb4f8d0a83ce37e2aa7f8ea243a90e83;p=mono.git diff --git a/winconfig.h b/winconfig.h index 88db8240757..6601a8c6637 100644 --- a/winconfig.h +++ b/winconfig.h @@ -39,6 +39,9 @@ /* #undef HAVE_SCANDIR */ /* #undef HAVE_WORKING_SIGALTSTACK */ +/* The architecture this is running on */ +#define ARCHITECTURE "x86" + /* String of disabled features */ #define DISABLED_FEATURES "none" @@ -367,7 +370,7 @@ /* #undef HAVE_TTYNAME_R */ /* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 +/* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the header file. */ #define HAVE_UTIME_H 1 @@ -391,7 +394,7 @@ /* #undef MONO_DEBUGGER_SUPPORTED */ /* Xen-specific behaviour */ -#define MONO_XEN_OPT 1 +/* #undef MONO_XEN_OPT */ /* Define if Unix sockets cannot be created in an anonymous namespace */ /* #undef NEED_LINK_UNLINK */ @@ -433,4 +436,8 @@ #define USED_GC_NAME "Included Boehm (with typed GC)" /* Version number of package */ -#define VERSION "1.1.15" +#define VERSION "1.2" + +#define WINVER 0x0500 + +#define _WIN32_WINNT 0x0500 \ No newline at end of file