First set of licensing changes
[mono.git] / mono / utils / mono-dl-windows.c
index 5dabce44835eac318bad847223314e7253ab8708..9e3efa796f7aa93503ab2fa1712d2be476519c73 100644 (file)
@@ -6,6 +6,7 @@
  *
  * Copyright 2001-2004 Ximian, Inc.
  * Copyright 2004-2009 Novell, Inc.
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 #include <config.h>
 
@@ -159,4 +160,10 @@ mono_dl_get_executable_path (char *buf, int buflen)
        return -1; //TODO
 }
 
+const char*
+mono_dl_get_system_dir (void)
+{
+       return NULL;
+}
+
 #endif