2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

warning suppression for vc7

[SVN r13229]
This commit is contained in:
Dave Abrahams
2002-03-20 07:04:28 +00:00
parent a8d6f40794
commit 08ac287726

View File

@@ -1225,6 +1225,9 @@ extern "C" BOOL WINAPI DllMain ( HINSTANCE hInst, DWORD wDataSeg, LPVOID lpvRese
# ifdef BOOST_MSVC
extern "C" void structured_exception_translator(unsigned int, EXCEPTION_POINTERS*)
# if BOOST_MSVC > 1200
throw(...)
# endif
{
throw;
}