Ignore:
Timestamp:
Feb 19, 2000, 9:40:31 AM (26 years ago)
Author:
bird
Message:

g_tkExecPgm is overloaded, so we may change paramerters for a process later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/ldr/calltab.asm

    r2823 r2827  
    1 ; $Id: calltab.asm,v 1.5 2000-02-18 19:27:30 bird Exp $
     1; $Id: calltab.asm,v 1.6 2000-02-19 08:40:30 bird Exp $
    22;
    33; callTab - Call back again table - table with entry for each function which is overrided.
     
    3030    public _IOSftReadAt@20
    3131    public _IOSftWriteAt@20
     32    public _SftFileSize@8
    3233
    3334    public _VMAllocMem@36
     
    9495_IOSftWriteAt@20 ENDP
    9596
     97_SftFileSize@8 PROC NEAR
     98    db MAXSIZE_PROLOG dup(0cch)
     99_SftFileSize@8 ENDP
     100
    96101
    97102_VMAllocMem@36 PROC NEAR
Note: See TracChangeset for help on using the changeset viewer.