/* * util.c: Simple runtime tools for the Win32 platform * * Author: * Miguel de Icaza * * (C) 2002 Ximian, Inc. (http://www.ximian.com) */ #include #include /* * mono_set_rootdir: * @vm_filename: The pathname of the code invoking us (argv [0]) * * Informs the runtime of the root directory for the Mono installation, * the vm_file */ void mono_set_rootdir (const char *vm_filename) { }