- Timestamp:
- Apr 4, 2001, 11:28:44 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev16/d16init.c
r5283 r5480 1 /* $Id: d16init.c,v 1.1 0 2001-03-02 12:48:41bird Exp $1 /* $Id: d16init.c,v 1.11 2001-04-04 21:28:44 bird Exp $ 2 2 * 3 3 * d16init - init routines for both drivers. … … 123 123 { 124 124 if (!options.fQuiet) 125 printf16("Win32k.sys succes fully initiated!\n");125 printf16("Win32k.sys successfully initiated!\n"); 126 126 pRpOut->Status = pRpOut->rph.Status = STATUS_DONE; 127 127 } … … 132 132 npszErrMsg = "Ring-0 initiation failed. rc=%x\n"; 133 133 if (rc >= ERROR_D32_FIRST && rc <= ERROR_D32_LAST) 134 npszErrMsg2 = 134 npszErrMsg2 = 135 135 GetErrorMsg( 136 data.usRcInit32 137 + ERROR_PROB_SYM_D32_FIRST 136 data.usRcInit32 137 + ERROR_PROB_SYM_D32_FIRST 138 138 - ERROR_D32_FIRST 139 139 );
Note:
See TracChangeset
for help on using the changeset viewer.