Fix NET_2_0 build
[mono-project.git] / mono / utils / mono-embed.h
blob78453e81ad0c1e12e11e325b87c9b3522146323e
1 #ifndef __MONO_EMBED_H__
2 #define __MONO_EMBED_H__
4 #include <mono/utils/mono-publib.h>
6 MONO_BEGIN_DECLS
8 /*
9 * This is a fallback for platform symbol loading functionality.
11 typedef struct {
12 const char *name;
13 void *addr;
14 } MonoDlMapping;
16 MONO_API void mono_dl_register_library (const char *name, MonoDlMapping *mappings);
18 MONO_END_DECLS
20 #endif /* __MONO_EMBED_H__ */