Ignore:
Timestamp:
Feb 23, 2001, 3:57:55 AM (25 years ago)
Author:
bird
Message:

Calltable fixes. Handle event. New 14062e kernels.

Location:
trunk/src/win32k/include
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/devSegDf.inc

    r5222 r5247  
    1 ; $Id: devSegDf.inc,v 1.7 2001-02-21 07:46:33 bird Exp $
     1; $Id: devSegDf.inc,v 1.8 2001-02-23 02:57:54 bird Exp $
    22;
    33; Segment definitions for win32k.sys.
     
    9292EH_DATA ends
    9393
    94 
    95 CALLTAB segment dword public 'CODE' use32
    96 CALLTAB ends
    97 
  • trunk/src/win32k/include/k32.h

    r5224 r5247  
    1 /* $Id: k32.h,v 1.8 2001-02-21 07:46:10 bird Exp $
     1/* $Id: k32.h,v 1.9 2001-02-23 02:57:54 bird Exp $
    22 *
    33 * k32 API - definitions.
     
    2020*******************************************************************************/
    2121APIRET _System k32AllocMemEx(PPVOID ppb, ULONG cb, ULONG flFlags, ULONG ulCS, ULONG ulEIP);
     22APIRET _System k32HandleSystemEvent(ULONG ulEvent, HEV hev, BOOL fHandle);
    2223APIRET _System k32QueryCallGate(PUSHORT pusCGSelector);
    2324APIRET _System k32QuerySystemMemInfo(PK32SYSTEMMEMINFO pMemInfo);
  • trunk/src/win32k/include/probkrnl.h

    r5208 r5247  
    1 /* $Id: probkrnl.h,v 1.20 2001-02-20 05:03:44 bird Exp $
     1/* $Id: probkrnl.h,v 1.21 2001-02-23 02:57:54 bird Exp $
    22 *
    33 * Include file for ProbKrnl.
     
    1616*   Defined Constants And Macros                                               *
    1717*******************************************************************************/
    18 #define NBR_OF_KRNLIMPORTS      79      /* When this is changed make sure to   */
     18#define NBR_OF_KRNLIMPORTS      81      /* When this is changed make sure to   */
    1919                                        /* update the aImportTab in probkrnl.c */
    2020                                        /* and make test faker in test.h and   */
  • trunk/src/win32k/include/test.h

    r5206 r5247  
    1 /* $Id: test.h,v 1.8 2001-02-20 05:04:24 bird Exp $
     1/* $Id: test.h,v 1.9 2001-02-23 02:57:54 bird Exp $
    22 *
    33 * Definitions and declarations for test moduls.
     
    162162void _Optlink   fakef_FuStrLen(void);       /* Not callable! (fakea.asm) */
    163163void _Optlink   fakef_FuBuff(void);         /* Not callable! (fakea.asm) */
     164void _Optlink   fakedh_SendEvent(void);     /* Not callable! (fakea.asm) */
     165void _Optlink   fakeRASRST(void);           /* Not callable! (fakea.asm) */
    164166void _Optlink   fakeKMEnterKmodeSEF(void);  /* Not callable! (fakea.asm) */
    165167void _Optlink   fakeKMExitKmodeSEF8(void);  /* Not callable! (fakea.asm) */
Note: See TracChangeset for help on using the changeset viewer.