Changeset 2831 for trunk/src/win32k/ldr/calltab.asm
- Timestamp:
- Feb 20, 2000, 12:52:00 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/ldr/calltab.asm
r2827 r2831 1 ; $Id: calltab.asm,v 1. 6 2000-02-19 08:40:30 bird Exp $1 ; $Id: calltab.asm,v 1.7 2000-02-19 23:52:00 bird Exp $ 2 2 ; 3 3 ; callTab - Call back again table - table with entry for each function which is overrided. … … 50 50 ; Imported and Overrided OS/2 kernel functions are called tru this table. 51 51 ; 52 ; This array of near procedures are parallel to the a ProcTab array in dev16\ProbKrnl.c.52 ; This array of near procedures are parallel to the aImportTab array in dev16\ProbKrnl.c. 53 53 ; Remember to update both!. 54 54 ;
Note:
See TracChangeset
for help on using the changeset viewer.