Changeset 13


Ignore:
Timestamp:
Feb 21, 2018, 8:42:42 PM (7 years ago)
Author:
Gregg Young
Message:

Add exceptq support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gotcha.cpp

    r10 r13  
    2626
    2727#include "io.h"
     28#define INCL_EXCEPTQ_CLASS
     29#define INCL_LOADEXCEPTQ
     30#include "exceptq.h"
    2831
    2932HAB         hab;
     
    9598int main (int argc, PSZ argv[])
    9699{
     100    ScopedExceptqLoader sel;
    97101#ifdef _DOLOGDEBUG_
    98102    LogDebug( "Gotcha! start" );
Note: See TracChangeset for help on using the changeset viewer.