summaryrefslogtreecommitdiff
path: root/src/vm/exceptmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/exceptmacros.h')
-rw-r--r--src/vm/exceptmacros.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/exceptmacros.h b/src/vm/exceptmacros.h
index 5808102504..250f23140d 100644
--- a/src/vm/exceptmacros.h
+++ b/src/vm/exceptmacros.h
@@ -483,18 +483,14 @@ extern DWORD g_ExceptionLine;
#define ENDCANNOTTHROWCOMPLUSEXCEPTION_SEH()
#define COMPlusThrow RealCOMPlusThrow
-#ifndef CLR_STANDALONE_BINDER
#define COMPlusThrowNonLocalized RealCOMPlusThrowNonLocalized
-#endif // !CLR_STANDALONE_BINDER
#ifndef DACCESS_COMPILE
#define COMPlusThrowHR RealCOMPlusThrowHR
#else
#define COMPlusThrowHR ThrowHR
#endif
#define COMPlusThrowWin32 RealCOMPlusThrowWin32
-#ifndef CLR_STANDALONE_BINDER
#define COMPlusThrowOM RealCOMPlusThrowOM
-#endif // !CLR_STANDALONE_BINDER
#ifdef FEATURE_STACK_PROBE
#define COMPlusThrowSO RealCOMPlusThrowSO
#endif