|
From: Blas R. S. <br...@us...> - 2003-07-04 02:25:51
|
Build Version : T1.5.0.3631 Firebird 1.5 Release Candidate 4
(writeBuildNum.sh,v 1.3628 2003/07/04 02:25:48 brodsom Exp )
Update of /cvsroot/firebird/firebird2/src/jrd
In directory sc8-pr-cvs1:/tmp/cvs-serv11191
Modified Files:
ibsetjmp.h
Log Message:
Use MINGW macro.
Index: ibsetjmp.h
===================================================================
RCS file: /cvsroot/firebird/firebird2/src/jrd/ibsetjmp.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -U3 -r1.3 -r1.4
--- ibsetjmp.h 6 Jun 2003 06:39:59 -0000 1.3
+++ ibsetjmp.h 4 Jul 2003 02:25:47 -0000 1.4
@@ -55,7 +55,7 @@
#endif /* UNIX */
-#ifdef WIN_NT
+#if defined(WIN_NT) && !defined(MINGW)
#ifdef SUPERSERVER
#include <excpt.h>
#define START_CHECK_FOR_EXCEPTIONS(err) __try {
|