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/dev16/probkrnl.c

    r4017 r4018  
    1 /* $Id: probkrnl.c,v 1.20.4.4 2000-08-15 06:15:59 bird Exp $
     1/* $Id: probkrnl.c,v 1.20.4.5 2000-08-15 07:03:23 bird Exp $
    22 *
    33 * Description:   Autoprobes the os2krnl file and os2krnl[*].sym files.
     
    119119    {FALSE, -1, 10, "ptda_start",           -1,  -1,  -1,  -1, EPT_VARIMPORT16},   /* 28 */
    120120    {FALSE, -1, 12, "ptda_environ",         -1,  -1,  -1,  -1, EPT_VARIMPORT16},   /* 29 */
     121    {FALSE, -1, 11, "ptda_module",          -1,  -1,  -1,  -1, EPT_VARIMPORT16},   /* 29 */
    121122
    122123};
     
    16601661        int         i;
    16611662
    1662         printf16("/* $Id: probkrnl.c,v 1.20.4.4 2000-08-15 06:15:59 bird Exp $\n"
     1663        printf16("/* $Id: probkrnl.c,v 1.20.4.5 2000-08-15 07:03:23 bird Exp $\n"
    16631664                 "*\n"
    16641665                 "* Autogenerated kernel symbol database.\n"
Note: See TracChangeset for help on using the changeset viewer.