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:
authorMiguel de Icaza <miguel@gnome.org>2001-07-17 02:34:44 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-17 02:34:44 +0400
commit20884f6d29a318d3437e0c416b4399342c2ce319 (patch)
treec5465678aa3b09fa65948325c4fdca6133d59e2c /web/runtime
parenta8c250b215bae96ca2d30f9c9ba26ef730e34542 (diff)
Update to the site
svn path=/trunk/mono/; revision=189
Diffstat (limited to 'web/runtime')
-rw-r--r--web/runtime4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/runtime b/web/runtime
index 58bd52f6b9b..e860dd917de 100644
--- a/web/runtime
+++ b/web/runtime
@@ -127,3 +127,7 @@
calls, these in turn are required for reusing some of the
GNOME libraries that will reduce the work we have to do to
deliver a complete class library.
+
+ To implement PInvoke we are looking into using the <a
+ href="http://sources.redhat.com/libffi">Foreign Function
+ Interface</a> Library from Cygnus.