summaryrefslogtreecommitdiff
path: root/src/vm/marshalnative.h
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2019-01-26 03:32:24 +0100
committerJan Kotas <jkotas@microsoft.com>2019-01-25 18:32:24 -0800
commitbb734dc0df68229e37d11dbdb8aee70e6aff73e4 (patch)
tree0fc244ee1c0a5a5f76df3989617b9a471ad1b20f /src/vm/marshalnative.h
parent1c5ac86fe4dcdd3f2e83e52049b1e393978698b0 (diff)
downloadcoreclr-bb734dc0df68229e37d11dbdb8aee70e6aff73e4.tar.gz
coreclr-bb734dc0df68229e37d11dbdb8aee70e6aff73e4.tar.bz2
coreclr-bb734dc0df68229e37d11dbdb8aee70e6aff73e4.zip
Move more Marshal methods to shared partition (#22205)
* Move more Marshal methods to shared partition * Implement ThrowExceptionForHR in managed
Diffstat (limited to 'src/vm/marshalnative.h')
-rw-r--r--src/vm/marshalnative.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vm/marshalnative.h b/src/vm/marshalnative.h
index 53a9966218..8f3168820a 100644
--- a/src/vm/marshalnative.h
+++ b/src/vm/marshalnative.h
@@ -44,7 +44,6 @@ public:
//====================================================================
// These methods convert between an HR and and a managed exception.
//====================================================================
- static FCDECL2(void, ThrowExceptionForHR, INT32 errorCode, LPVOID errorInfo);
static FCDECL2(Object *, GetExceptionForHR, INT32 errorCode, LPVOID errorInfo);
static FCDECL1(int, GetHRForException, Object* eUNSAFE);
static FCDECL1(int, GetHRForException_WinRT, Object* eUNSAFE);