- Timestamp:
- Nov 18, 2001, 5:08:26 AM (24 years ago)
- 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 $ 2 2 * 3 3 * dev32 - header file for 32-bit part of the driver. … … 58 58 * Function prototypes. 59 59 */ 60 #if !defined(__cplusplus) && defined(RING0) 61 USHORT _loadds _Far32 _Pascal GetKernelInfo32(PKRNLINFO pKrnlInfo); 62 USHORT _loadds _Far32 _Pascal VerifyImportTab32(void); 63 #endif 60 ULONG _System GetKernelInfo32(PKRNLINFO pKrnlInfo); 61 ULONG _System VerifyImportTab32(void); 64 62 #ifdef _OS2KLDR_H_ 65 PMTE _System GetOS2KrnlMTE(void); /* (devfirst.asm) */63 PMTE _System GetOS2KrnlMTE(void); /* (devfirst.asm) */ 66 64 #endif 67 65 ULONG _Optlink InitCallGate(void);
Note:
See TracChangeset
for help on using the changeset viewer.