Merge pull request #2419 from esdrubal/xmlsubclassel
[mono.git] / mono / utils / mono-dl-windows.c
index 5dabce44835eac318bad847223314e7253ab8708..19ff818f733af5e40e54a74347a51b75a2a92201 100644 (file)
@@ -159,4 +159,10 @@ mono_dl_get_executable_path (char *buf, int buflen)
        return -1; //TODO
 }
 
+const char*
+mono_dl_get_system_dir (void)
+{
+       return NULL;
+}
+
 #endif