Skip to content

Commit

Permalink
Add RIMWORLD def
Browse files Browse the repository at this point in the history
  • Loading branch information
olizit committed Sep 13, 2016
1 parent 085f8bc commit ae5f2c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mono/metadata/assembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ mono_assembly_open (const char *filename, MonoImageOpenStatus *status)
return mono_assembly_open_full (filename, status, FALSE);
}

//RIMWORLD
#ifdef RIMWORLD
static gchar *
find_file_in_dir(const gchar *path, const gchar *fileName)
{
Expand Down Expand Up @@ -1480,6 +1480,7 @@ find_file_in_dir(const gchar *path, const gchar *fileName)
return NULL;

}
#endif

MonoAssembly *
mono_assembly_load_from_full (MonoImage *image, const char*fname,
Expand Down

0 comments on commit ae5f2c3

Please sign in to comment.