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>2005-11-10 05:24:50 +0300
committerMiguel de Icaza <miguel@gnome.org>2005-11-10 05:24:50 +0300
commitc4b5bae7d19ad070d1d2ba808ac8377d07f56e8e (patch)
tree2723ca708ab9ce950be40b4038ec4268fe0084f2 /samples
parent4a2ab0336e97f3591eebbb881a1471d3051946c9 (diff)
2005-11-09 Miguel de Icaza <miguel@novell.com>
* assembly.c (mono_set_dirs): New API entry point to set the assembly and the config directory in one call A more robust framework for relocation and a public API for embedders to use. svn path=/trunk/mono/; revision=52816
Diffstat (limited to 'samples')
-rw-r--r--samples/embed/teste.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/embed/teste.c b/samples/embed/teste.c
index d6a7b8381a1..acfcabee6e6 100644
--- a/samples/embed/teste.c
+++ b/samples/embed/teste.c
@@ -49,6 +49,7 @@ main(int argc, char* argv[]) {
* if you are planning on using the dllmaps defined on the
* system configuration
*/
+ mono_set_dirs (NULL, NULL);
mono_config_parse (NULL);
/*
* mono_jit_init() creates a domain: each assembly is