Ignore:
Timestamp:
Jun 19, 2013 6:47:43 AM (11 years ago)
Author:
riza
Message:

Re #1680: Add initial support for Win64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/except.h

    r3553 r4537  
    340340 */ 
    341341struct pj_exception_state_t 
    342 { 
     342{     
     343    pj_jmp_buf state;                   /**< jmp_buf.                    */ 
    343344    struct pj_exception_state_t *prev;  /**< Previous state in the list. */ 
    344     pj_jmp_buf state;                   /**< jmp_buf.                    */ 
    345345}; 
    346346 
Note: See TracChangeset for help on using the changeset viewer.