Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Chambers <joncham@gmail.com>2008-01-01 04:23:00 +0300
committerJonathan Chambers <joncham@gmail.com>2008-01-01 04:23:00 +0300
commita229cfe25639816846a1e41adbe610d50912a1fe (patch)
tree03854287f4de16c341563a07842fb0eb56773dae /winconfig.h
parent08ec372e7cd5db114c1cf96c15e0bed6f75f27e7 (diff)
2007-12-31 Jonathan Chambers <joncham@gmail.com>
* mono.sln, libmono.vcproj, mono.vcproj, mono.def: Update .def file and fix some eglib target settings. Contributed under MIT/X11 license. svn path=/trunk/mono/; revision=92080
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index 6601a8c6637..072f3b86c43 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -45,6 +45,9 @@
/* String of disabled features */
#define DISABLED_FEATURES "none"
+/* Have GetProcessId */
+#define HAVE_GETPROCESSID 1
+
/* Disable AOT support */
/* #undef DISABLE_AOT */