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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user