remove PagesSection as obsolete
[mono.git] / winconfig.h
index b1c81f98001abdfa96c2834129a2e48430c790be..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 */
 
 
 /* Version number of package */
 #define VERSION "1.2"
+
+#define WINVER 0x0500
+
+#define _WIN32_WINNT 0x0500
\ No newline at end of file