summaryrefslogtreecommitdiffstats
path: root/bridges/inc/except.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/inc/except.hxx')
-rw-r--r--bridges/inc/except.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/bridges/inc/except.hxx b/bridges/inc/except.hxx
index 4b90ee1e1119..7d7db224f87d 100644
--- a/bridges/inc/except.hxx
+++ b/bridges/inc/except.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BRIDGES_INC_EXCEPT_HXX
-#define INCLUDED_BRIDGES_INC_EXCEPT_HXX
+#pragma once
// extern "C" void** __cdecl __current_exception()
// is defined in MSVS14.0/VC/crt/src/vcruntime/frame.cpp:
@@ -34,6 +33,4 @@
//[...]
extern "C" void** __current_exception();
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */