X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fprofiler-private.h;fp=mono%2Fmetadata%2Fprofiler-private.h;h=e8d9a61569a8fbcae6d821cc1b4b3edfa70bd029;hb=b40ae96a9b9c10f650c21aa5ba5769b992e243e2;hp=976f309ee8717dccc6f3c5f19b502244efc8d24e;hpb=54d73d3bfe0d431e4b7f7a5f8db33b1fcf906eed;p=mono.git diff --git a/mono/metadata/profiler-private.h b/mono/metadata/profiler-private.h index 976f309ee87..e8d9a61569a 100644 --- a/mono/metadata/profiler-private.h +++ b/mono/metadata/profiler-private.h @@ -7,6 +7,7 @@ #ifndef __MONO_PROFILER_PRIVATE_H__ #define __MONO_PROFILER_PRIVATE_H__ +#include #define MONO_PROFILER_UNSTABLE_GC_ROOTS #include #include @@ -138,7 +139,7 @@ mono_profiler_allocations_enabled (void) } #define _MONO_PROFILER_EVENT(name, ...) \ - void mono_profiler_raise_ ## name (__VA_ARGS__); + ICALL_DECL_EXPORT void mono_profiler_raise_ ## name (__VA_ARGS__); #define MONO_PROFILER_EVENT_0(name, type) \ _MONO_PROFILER_EVENT(name, void) #define MONO_PROFILER_EVENT_1(name, type, arg1_type, arg1_name) \