2008-02-14 Miguel de Icaza <miguel@novell.com>
[mono.git] / winconfig.h
index 47d351930c10ac5639dd9ad660a668493d31236b..072f3b86c43ad1d83ceb1a95936a8c14ba9c7285 100644 (file)
@@ -45,6 +45,9 @@
 /* String of disabled features */
 #define DISABLED_FEATURES "none"
 
+/* Have GetProcessId */
+#define HAVE_GETPROCESSID 1
+
 /* Disable AOT support */
 /* #undef DISABLE_AOT */
 
 /* #undef HAVE_TTYNAME_R */
 
 /* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
+/* #undef HAVE_UNISTD_H */
 
 /* Define to 1 if you have the <utime.h> header file. */
 #define HAVE_UTIME_H 1
 /* #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 */
 
 /* Version number of package */
 #define VERSION "1.2"
+
+#define WINVER 0x0500
+
+#define _WIN32_WINNT 0x0500
\ No newline at end of file