Changeset 7375 for trunk/src


Ignore:
Timestamp:
Nov 18, 2001, 5:08:26 AM (24 years ago)
Author:
bird
Message:

Used one IOCtl for everything - changed prototypes for old 16/32-bit callable workers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/include/dev32.h

    r7125 r7375  
    1 /* $Id: dev32.h,v 1.6 2001-10-19 01:49:06 bird Exp $
     1/* $Id: dev32.h,v 1.7 2001-11-18 04:08:26 bird Exp $
    22 *
    33 * dev32 - header file for 32-bit part of the driver.
     
    5858 * Function prototypes.
    5959 */
    60 #if !defined(__cplusplus) && defined(RING0)
    61 USHORT _loadds _Far32 _Pascal GetKernelInfo32(PKRNLINFO pKrnlInfo);
    62 USHORT _loadds _Far32 _Pascal VerifyImportTab32(void);
    63 #endif
     60ULONG _System GetKernelInfo32(PKRNLINFO pKrnlInfo);
     61ULONG _System VerifyImportTab32(void);
    6462#ifdef _OS2KLDR_H_
    65 PMTE _System GetOS2KrnlMTE(void); /* (devfirst.asm) */
     63PMTE _System  GetOS2KrnlMTE(void); /* (devfirst.asm) */
    6664#endif
    6765ULONG  _Optlink InitCallGate(void);
Note: See TracChangeset for help on using the changeset viewer.