Ignore:
Timestamp:
Mar 22, 2001, 7:13:01 PM (24 years ago)
Author:
sandervl
Message:

update for new direct audio interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv16/vddentry.asm

    r151 r166  
    103103_OSSIDC_ENTRY ENDP
    104104
     105        PUBLIC  HookHandlerAsm_
     106        EXTERN  _HookHandler:near
     107HookHandlerAsm_ PROC FAR
     108        push    eax
     109        call    _HookHandler
     110        add     sp, 4
     111        retf
     112HookHandlerAsm_ ENDP
     113
    105114        PUBLIC  _inpd
    106115_inpd proc near
Note: See TracChangeset for help on using the changeset viewer.