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/dev32/d32init.c

    r4017 r4018  
    1 /* $Id: d32init.c,v 1.19.4.3 2000-08-15 06:16:01 bird Exp $
     1/* $Id: d32init.c,v 1.19.4.4 2000-08-15 07:03:25 bird Exp $
    22 *
    33 * d32init.c - 32-bits init routines.
     
    11541154        0,                              /* 27 */
    11551155        0,                              /* 28 */
    1156         0                               /* 29 */
     1156        0,                              /* 29 */
     1157        0                               /* 30 */
    11571158    };
    11581159    int i;
Note: See TracChangeset for help on using the changeset viewer.