Ignore:
Timestamp:
Nov 21, 2005 4:57:02 PM (19 years ago)
Author:
bennylp
Message:

Changed syntax to support Windows SEH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-samples/except.c

    r65 r68  
    5555        randomly_throw_exception(); 
    5656    } 
    57     PJ_CATCH( NO_MEMORY ) { 
    58         puts("Can't allocate memory"); 
    59         return 0; 
    60     } 
    61     PJ_DEFAULT { 
     57    PJ_CATCH_ANY { 
    6258        pj_exception_id_t x_id; 
    6359         
Note: See TracChangeset for help on using the changeset viewer.