summaryrefslogtreecommitdiff
path: root/src/dlls/mscorrc/mscorrc.rc
diff options
context:
space:
mode:
authorMorgan Brown <morganbr@users.noreply.github.com>2018-09-06 19:37:30 -0700
committerGitHub <noreply@github.com>2018-09-06 19:37:30 -0700
commit9e976d515099c7708cf26cef7520b628564f5acf (patch)
tree3a29d4011d871007e7dc24713f056aaf2af70e51 /src/dlls/mscorrc/mscorrc.rc
parent748b5a0a5a701b7f9803021313c620413e353fdc (diff)
downloadcoreclr-9e976d515099c7708cf26cef7520b628564f5acf.tar.gz
coreclr-9e976d515099c7708cf26cef7520b628564f5acf.tar.bz2
coreclr-9e976d515099c7708cf26cef7520b628564f5acf.zip
Enable IJW Native calling managed (#19750)
* Adds back code required to make IJW native->managed calls (if the runtime is already started) and includes a simple test.
Diffstat (limited to 'src/dlls/mscorrc/mscorrc.rc')
-rw-r--r--src/dlls/mscorrc/mscorrc.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dlls/mscorrc/mscorrc.rc b/src/dlls/mscorrc/mscorrc.rc
index a298563cc6..713d7e0a66 100644
--- a/src/dlls/mscorrc/mscorrc.rc
+++ b/src/dlls/mscorrc/mscorrc.rc
@@ -1086,6 +1086,7 @@ BEGIN
BFA_BAD_CA_HEADER "Malformed custom attribute header."
BFA_BAD_STRING_TOKEN "Bad string token."
BFA_BAD_STRING_TOKEN_RANGE "No string associated with token."
+ BFA_FIXUP_WRONG_PLATFORM "Image has a platform-specific fixup type that is not compatible with this platform."
BFA_UNEXPECTED_GENERIC_TOKENTYPE "Token specifying generic type must be either a typeref or typedef."
BFA_MDARRAY_BADRANK "Array rank may not be zero."
BFA_SDARRAY_BADRANK "Single-dimensional array rank must be one."