summaryrefslogtreecommitdiff
path: root/src/vm/appdomain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/appdomain.hpp')
-rw-r--r--src/vm/appdomain.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm/appdomain.hpp b/src/vm/appdomain.hpp
index e949af29a6..051a003bfe 100644
--- a/src/vm/appdomain.hpp
+++ b/src/vm/appdomain.hpp
@@ -838,7 +838,7 @@ public:
}
#endif // DACCESS_COMPILE
- DEBUG_NOINLINE static void HolderEnter(PEFileListLock *pThis) PUB
+ DEBUG_NOINLINE static void HolderEnter(PEFileListLock *pThis)
{
WRAPPER_NO_CONTRACT;
ANNOTATION_SPECIAL_HOLDER_CALLER_NEEDS_DYNAMIC_CONTRACT;
@@ -846,7 +846,7 @@ public:
pThis->Enter();
}
- DEBUG_NOINLINE static void HolderLeave(PEFileListLock *pThis) PUB
+ DLLEXPORT DEBUG_NOINLINE static void HolderLeave(PEFileListLock *pThis)
{
WRAPPER_NO_CONTRACT;
ANNOTATION_SPECIAL_HOLDER_CALLER_NEEDS_DYNAMIC_CONTRACT;