summaryrefslogtreecommitdiff
path: root/src/vm/stubhelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/stubhelpers.h')
-rw-r--r--src/vm/stubhelpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm/stubhelpers.h b/src/vm/stubhelpers.h
index 70fb529cff..4c4bc8b71c 100644
--- a/src/vm/stubhelpers.h
+++ b/src/vm/stubhelpers.h
@@ -115,9 +115,9 @@ public:
static FCDECL2(void, MarshalToManagedVaListInternal, va_list va, VARARGS* pArgIterator);
static FCDECL0(void*, GetStubContext);
static FCDECL2(void, LogPinnedArgument, MethodDesc *localDesc, Object *nativeArg);
-#ifdef _WIN64
+#ifdef _TARGET_64BIT_
static FCDECL0(void*, GetStubContextAddr);
-#endif // _WIN64
+#endif // _TARGET_64BIT_
static FCDECL1(DWORD, CalcVaListSize, VARARGS *varargs);
static FCDECL3(void, ValidateObject, Object *pObjUNSAFE, MethodDesc *pMD, Object *pThisUNSAFE);
static FCDECL3(void, ValidateByref, void *pByref, MethodDesc *pMD, Object *pThisUNSAFE);