Revert some changes which don't have proper dependencies.
[mono-project.git] / mono / metadata / loader-internals.h
blob957caa8cca0f6924258a5f0613a2f5e7d8b768c9
1 /**
2 * \file
3 */
5 #ifndef _MONO_METADATA_LOADER_INTERNALS_H_
6 #define _MONO_METADATA_LOADER_INTERNALS_H_
8 #include <glib.h>
9 #include <mono/metadata/object-forward.h>
10 #include <mono/utils/mono-error.h>
12 gpointer
13 mono_lookup_pinvoke_call_internal (MonoMethod *method, MonoError *error);
15 #ifdef ENABLE_NETCORE
16 void
17 mono_set_pinvoke_search_directories (int dir_count, char **dirs);
18 #endif
20 #endif