aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flsupport.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-12-10 03:37:59 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-12-10 03:37:59 +0000
commitc0ca4188c9813ddb28076c025fdcd3f4f100abeb (patch)
tree404867d6a14fbc7d5ba679f44ac7bd0a2f72b49f /externals/grill/flext/source/flsupport.h
parent79fdc7386c65a68530c4f39fade26d7fd7826c30 (diff)
""
svn path=/trunk/; revision=1212
Diffstat (limited to 'externals/grill/flext/source/flsupport.h')
-rw-r--r--externals/grill/flext/source/flsupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h
index 06337150..b135b613 100644
--- a/externals/grill/flext/source/flsupport.h
+++ b/externals/grill/flext/source/flsupport.h
@@ -65,7 +65,7 @@ public:
//! @} FLEXT_S_MEMORY
};
-#ifndef _MSC_VER
+#if !defined(_MSC_VER) && !defined(__BORLANDC__)
#define NEWTHROW throw(std::bad_alloc)
#define DELTHROW throw()
#else