summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/strongname/api/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strongname/api/common.h b/src/strongname/api/common.h
index 0518c00433..c6b9b4df3c 100644
--- a/src/strongname/api/common.h
+++ b/src/strongname/api/common.h
@@ -192,7 +192,7 @@ Thread * const CURRENT_THREAD = NULL;
(void)CURRENT_THREAD_AVAILABLE; /* silence "local variable initialized but not used" warning */ \
#ifndef DACCESS_COMPILE
-EXTERN_C AppDomain* GetAppDomain();
+EXTERN_C AppDomain* STDCALL GetAppDomain();
#endif //!DACCESS_COMPILE
inline void RetailBreak()