Changeset 4018 for branches/Grace/src


Ignore:
Timestamp:
Aug 15, 2000, 9:03:27 AM (25 years ago)
Author:
bird
Message:

32-bits GetDosVar don't work. Get module handle from PTDA. (which btw is much
faster). So, I've added a new import, ptda_module.

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:34 bird Exp $
     1; $Id: calltab.asm,v 1.12.4.2 2000-08-15 07:03:25 bird Exp $
    22;
    33; callTab - Call back again table - table with entry for each function or
     
    7575    public ptda_environ_sel
    7676
     77    public pptda_module
     78    public ptda_module_offObject
     79    public _fpptda_module
     80    public ptda_module_sel
    7781
    7882
     
    256260    db (MAXSIZE_PROLOG - 14) dup(0cch)
    257261
    258 
     262; 30
     263pptda_module          dd  0
     264ptda_module_offObject dd  0
     265_fpptda_module        dd  0
     266ptda_module_sel       dw  0
     267    db (MAXSIZE_PROLOG - 14) dup(0cch)
    259268
    260269
Note: See TracChangeset for help on using the changeset viewer.