Ignore:
Timestamp:
Jan 24, 2021, 9:19:48 AM (5 years ago)
Author:
Paul Smedley
Message:

Code cleanups from AlexT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/drv32/devhlp.asm

    r435 r655  
    2525        .386p
    2626
    27         include bseerr.inc
    28         include devhlp.inc
    2927        include segments.inc
    3028
     29IFNDEF KEE
     30        include devhlp.inc
    3131DosTable2 struc
    3232        d2_ErrMap24                     dd ?
     
    5252
    5353DATA32 segment
    54         public DevHelp32
    5554        public intSwitchStack
    56 
    57 DevHelp32       dd 0
     55        public _TKSSBase
    5856intSwitchStack  dd 0
    59 
    60         public _TKSSBase
    6157_TKSSBase       dd 0
    6258
    6359DATA32 ends
    64 
     60ENDIF
    6561
    6662CODE32 segment
    6763ASSUME CS:FLAT, DS:FLAT, ES:FLAT
    6864
    69         public iodelay32_
    70 
     65IFNDEF KEE
    7166        extrn  DevHlp : near
    72         extrn   DOSIODELAYCNT : ABS
    73 
    7467        ALIGN   4
    75 
    7668        public GetTKSSBase
    77 
    7869GetTKSSBase proc near
    7970        push ebp
     
    131122        ret
    132123GetTKSSBase endp
     124ENDIF
     125
     126        public iodelay32_
     127        extrn  DOSIODELAYCNT : ABS
    133128
    134129        ALIGN 4
Note: See TracChangeset for help on using the changeset viewer.