Changeset 2682 for trunk/src/win32k/ldr/calltab.asm
- Timestamp:
- Feb 8, 2000, 1:38:39 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/ldr/calltab.asm
r2501 r2682 1 ; $Id: calltab.asm,v 1. 3 2000-01-22 18:21:01bird Exp $1 ; $Id: calltab.asm,v 1.4 2000-02-08 12:38:39 bird Exp $ 2 2 ; 3 3 ; callTab - Call back again table - table with entry for each function which is overrided. … … 24 24 public _LDRQAppType@8 25 25 public _ldrEnum32bitRelRecs@24 26 if 0 ; /* Currently problems with with WS4eB */ 26 27 public _IOSftOpen@20 27 28 public _IOSftClose@4 … … 29 30 public _IOSftReadAt@20 30 31 public _IOSftWriteAt@20 32 endif 31 33 32 34 ;
Note:
See TracChangeset
for help on using the changeset viewer.