GME
13
|
Go to the source code of this file.
Defines | |
#define | CATCHALL_AND_CALL_END |
#define CATCHALL_AND_CALL_END |
catch( const wchar_t * p) \ { \ end(); \ SHOW_ERROR( p ); \ } \ catch(...) \ { \ end(); \ SHOW_ERROR( L"Unhandled error occurred" ); \ } \ end();
Definition at line 21 of file GMEOLEIt.cpp.