Ignore:
Timestamp:
Jun 26, 1999, 8:25:08 PM (26 years ago)
Author:
sandervl
Message:

FS changes for msg callbacks & OS2/Open32 apis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/except.asm

    r123 r223  
    1 ; $Id: except.asm,v 1.4 1999-06-19 13:57:51 sandervl Exp $
     1; $Id: except.asm,v 1.5 1999-06-26 18:24:50 sandervl Exp $
    22
    33;/*
     
    181181getSS   endp
    182182
     183        PUBLIC RestoreOS2FS
     184RestoreOS2FS proc near
     185        push    150bh
     186        mov     ax, fs
     187        pop     fs
     188        ret
     189RestoreOS2FS endp
    183190CODE32          ENDS
    184191
Note: See TracChangeset for help on using the changeset viewer.