GME  13
Defines
GMEOLEIt.cpp File Reference

Go to the source code of this file.

Defines

#define CATCHALL_AND_CALL_END

Define Documentation

Value:
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.