Changeset 21624 for trunk/testapp/exceptions/seh
- Timestamp:
 - Apr 15, 2011, 9:32:09 PM (15 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/testapp/exceptions/seh/longjmp.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/testapp/exceptions/seh/longjmp.c
r21475 r21624 120 120 break; 121 121 case 2: 122 // note that test_2() doesn't actually work correctly, it only 123 // looks like it works just by accident. See #15 for details. 122 // note that test_2() will actually only work if the top exception 123 // handler is our SEH handler (i.e. __try block). See #15 for more 124 // details. 124 125 rc = test_2(); 125 126 break;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  