2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-31 20:32:16 +00:00

*** empty log message ***

[SVN r13210]
This commit is contained in:
Dave Abrahams
2002-03-15 14:16:31 +00:00
parent a2071feeb1
commit a8d6f40794
6 changed files with 80 additions and 6 deletions

View File

@@ -16,10 +16,13 @@
extern "C" BOOL WINAPI DllMain ( HINSTANCE hInst, DWORD wDataSeg, LPVOID lpvReserved );
# ifdef BOOST_MSVC
# pragma warning(push)
# pragma warning(disable:4297)
extern "C" void structured_exception_translator(unsigned int, EXCEPTION_POINTERS*)
{
throw;
}
# pragma warning(pop)
# endif
BOOL WINAPI DllMain(