Ignore:
Timestamp:
Sep 17, 2001, 4:45:47 AM (24 years ago)
Author:
bird
Message:

More bugfixing.

File:
1 edited

Legend:

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

    r6725 r6741  
    1 /* $Id: dev32.h,v 1.3 2001-09-16 03:38:50 bird Exp $
     1/* $Id: dev32.h,v 1.4 2001-09-17 02:45:47 bird Exp $
    22 *
    33 * dev32 - header file for 32-bit part of the driver.
     
    5959 */
    6060#if !defined(__cplusplus) && defined(RING0)
    61 USHORT _loadds _Far32 _Pascal R0Init32(RP32INIT *pRpInit);
    6261USHORT _loadds _Far32 _Pascal GetKernelInfo32(PKRNLINFO pKrnlInfo);
    6362USHORT _loadds _Far32 _Pascal VerifyImportTab32(void);
    64 USHORT _loadds _Far32 _Pascal ElfIOCtl(PRP32GENIOCTL pRpIOCtl);
    65 USHORT _loadds _Far32 _Pascal Win32kIOCtl(PRP32GENIOCTL pRpIOCtl);
    66 USHORT _loadds _Far32 _Pascal Win32kOpen(PRP32OPENCLOSE pRpOpen);
    67 USHORT _loadds _Far32 _Pascal Win32kClose(PRP32OPENCLOSE pRpClose);
    6863#endif
    6964#ifdef _OS2KLDR_H_
Note: See TracChangeset for help on using the changeset viewer.