summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-20 05:10:31 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-20 05:10:31 +0000
commit0efd9a7da7517611133e6dc7f7c99e4ad2ac4ef7 (patch)
treec34d1b4d5eb322ecc9be01ee9d77bddc376f5e0a /ace
parent84e260775b53e02c223e829577a4509056f1f230 (diff)
downloadATCD-0efd9a7da7517611133e6dc7f7c99e4ad2ac4ef7.tar.gz
ACE_SEH_FINALLY should always be executed on UNIX platforms.
Diffstat (limited to 'ace')
-rw-r--r--ace/OS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 53614e60c3e..6922906458b 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -703,7 +703,7 @@ typedef char TCHAR;
#define ACE_SEH_TRY if (1)
#define ACE_SEH_EXCEPT(X) while (0)
-#define ACE_SEH_FINALLY while (0)
+#define ACE_SEH_FINALLY if (1)
#if !defined (LPSECURITY_ATTRIBUTES)
#define LPSECURITY_ATTRIBUTES int