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.

Location:
branches/GRACE/src/win32k/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/include/OS2KPTDA.h

    r3829 r4018  
    1 /* $Id: OS2KPTDA.h,v 1.1 2000-07-16 22:21:19 bird Exp $
     1/* $Id: OS2KPTDA.h,v 1.1.2.1 2000-08-15 07:03:25 bird Exp $
    22 *
    33 * PTDA access functions.
     
    5555
    5656USHORT  ptdaGet_ptda_environ(PPTDA pPTDA);
    57 
     57USHORT  ptdaGet_ptda_module(PPTDA pPTDA);
    5858
    5959#ifdef __cplusplus
  • branches/GRACE/src/win32k/include/probkrnl.h

    r4010 r4018  
    1 /* $Id: probkrnl.h,v 1.13.4.2 2000-08-14 08:57:07 bird Exp $
     1/* $Id: probkrnl.h,v 1.13.4.3 2000-08-15 07:03:25 bird Exp $
    22 *
    33 * Include file for ProbKrnl.
     
    1616*   Defined Constants And Macros                                               *
    1717*******************************************************************************/
    18 #define NBR_OF_KRNLIMPORTS      30      /* When this is changed make sure to   */
     18#define NBR_OF_KRNLIMPORTS      31      /* When this is changed make sure to   */
    1919                                        /* update the arrays in d32init.c and  */
    2020                                        /* probkrnl.c */
Note: See TracChangeset for help on using the changeset viewer.