Ignore:
Timestamp:
Apr 17, 2000, 3:56:50 AM (25 years ago)
Author:
bird
Message:

Added new function import.
Added some new modules.

Location:
trunk/src/win32k/include
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/OS2KVM.h

    r2823 r3411  
    1 /* $Id: OS2KVM.h,v 1.3 2000-02-18 19:27:29 bird Exp $
     1/* $Id: OS2KVM.h,v 1.4 2000-04-17 01:56:49 bird Exp $
    22 *
    33 * OS/2 kernel VM functions.
     
    103103    PVMAC   pvmac);
    104104
    105 
     105APIRET KRNLCALL VMObjHandleInfo(
     106    USHORT  usHob,
     107    PULONG  pulAddr,
     108    PUSHORT pushPTDA);
    106109
    107110#endif
  • trunk/src/win32k/include/probkrnl.h

    r3321 r3411  
    1 /* $Id: probkrnl.h,v 1.12 2000-04-05 18:40:42 bird Exp $
     1/* $Id: probkrnl.h,v 1.13 2000-04-17 01:56:49 bird Exp $
    22 *
    33 * Include file for ProbKrnl.
     
    1616*   Defined Constants And Macros                                               *
    1717*******************************************************************************/
    18 #define NBR_OF_KRNLIMPORTS      17      /* When this is changed make sure to   */
     18#define NBR_OF_KRNLIMPORTS      18      /* When this is changed make sure to   */
    1919                                        /* update the arrays in d32init.c and  */
    20                                         /* probkrnl32.c */
     20                                        /* probkrnl.c */
    2121#define MAX_LENGTH_NAME         32      /* Max length for the function. */
    2222
Note: See TracChangeset for help on using the changeset viewer.