Ignore:
Timestamp:
Oct 28, 2011, 2:04:25 AM (14 years ago)
Author:
dmik
Message:

Extern "C".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/exceptutil.asm

    r10409 r21755  
    7171
    7272        public  _RtlUnwind@16
    73         extrn   OS2RTLUNWIND : near
     73        extrn   OS2RtlUnwind : near
    7474
    7575_RtlUnwind@16 proc near
     
    102102        mov  eax, ss
    103103        push eax
    104         call OS2RTLUNWIND
     104        call OS2RtlUnwind
    105105
    106106        ret 16      ;__stdcall
Note: See TracChangeset for help on using the changeset viewer.