Changeset 4018 for branches/Grace/src
- Timestamp:
- Aug 15, 2000, 9:03:27 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/ldr/calltab.asm
r3834 r4018 1 ; $Id: calltab.asm,v 1.12.4. 1 2000-07-16 22:43:34bird Exp $1 ; $Id: calltab.asm,v 1.12.4.2 2000-08-15 07:03:25 bird Exp $ 2 2 ; 3 3 ; callTab - Call back again table - table with entry for each function or … … 75 75 public ptda_environ_sel 76 76 77 public pptda_module 78 public ptda_module_offObject 79 public _fpptda_module 80 public ptda_module_sel 77 81 78 82 … … 256 260 db (MAXSIZE_PROLOG - 14) dup(0cch) 257 261 258 262 ; 30 263 pptda_module dd 0 264 ptda_module_offObject dd 0 265 _fpptda_module dd 0 266 ptda_module_sel dw 0 267 db (MAXSIZE_PROLOG - 14) dup(0cch) 259 268 260 269
Note:
See TracChangeset
for help on using the changeset viewer.