summaryrefslogtreecommitdiff
path: root/winaccessibility/source/UAccCOM/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/source/UAccCOM/stdafx.h')
-rw-r--r--winaccessibility/source/UAccCOM/stdafx.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/winaccessibility/source/UAccCOM/stdafx.h b/winaccessibility/source/UAccCOM/stdafx.h
index b31de7a3f0d6..53044645f326 100644
--- a/winaccessibility/source/UAccCOM/stdafx.h
+++ b/winaccessibility/source/UAccCOM/stdafx.h
@@ -59,17 +59,6 @@ extern CComModule _Module;
#undef OPAQUE
-#define ENTER_PROTECTED_BLOCK \
- try \
- {
-
-#define LEAVE_PROTECTED_BLOCK \
- } \
- catch(...) \
- { \
- return E_FAIL; \
- }
-
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.